W
warbornster
I have a event that looks something like:
Sub ComboBox1_Click()
MsgBox "Testing"
End Sub
But the event doesn't fire, and Ive set the style to DropDownList. It
does work fine if I change the control to a commandbutton. something I
haven't thought about ? thanks beforehand.
Sub ComboBox1_Click()
MsgBox "Testing"
End Sub
But the event doesn't fire, and Ive set the style to DropDownList. It
does work fine if I change the control to a commandbutton. something I
haven't thought about ? thanks beforehand.