View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Sisson[_3_] David Sisson[_3_] is offline
external usenet poster
 
Posts: 17
Default 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.