Combo boxes

B

bgomezesthela

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


its a simple macro but I am new to this.
 
C

Cindy M.

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?
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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top