Thread
:
UserForm question
View Single Post
#
1
Posted to microsoft.public.excel.programming
David Sisson[_3_]
external usenet poster
Posts: 17
UserForm question
I generally put my code in the Private Sub UserForm_Initialize(). But
if your requirements for the combobox change as you progress through
the user form, then put the code in the ComboBox1_Enter, or Click, or
DblClick event.
Reply With Quote
David Sisson[_3_]
View Public Profile
Find all posts by David Sisson[_3_]