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.
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.