Hello my friends
I am trying to use a combo box in my userform but it doesnt seem to work.
The code I am using to start the form is the following
sub x()
UserForm1.Show
end sub
Also have
Private Sub userform1_initialize()
Combobox1.AddItem "Option1"
Combobox1.AddItem "option2"
End sub
But my Combo box doesnt show anything
Seems like my sub INITIALIZE is not working
Thanks
I am trying to use a combo box in my userform but it doesnt seem to work.
The code I am using to start the form is the following
sub x()
UserForm1.Show
end sub
Also have
Private Sub userform1_initialize()
Combobox1.AddItem "Option1"
Combobox1.AddItem "option2"
End sub
But my Combo box doesnt show anything
Seems like my sub INITIALIZE is not working
Thanks