Hi =?Utf-8?B?YmdvbWV6ZXN0aGVsYQ==?=,
I'm not quite sure I follow exactly what you've done. Is this combobox in a UserForm (dialog box) or on the document?
If on the document: Have you checked that Design Mode is not on?
[Quoted Text] > I have a user form in word 2003 that has a combo box that is populated but > some how when I tested and chose one item on the list it doesn't show > whatever I choose. it goes back to a blank space.. Can any one help me with > this? > > this is the macro that i'm using... > > Private Sub Document_Open() > ComboBox1.Clear > ComboBox1.AddItem "New User" > ComboBox1.AddItem "Change User" > End Sub >
Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-)
|