View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default form combobox auto expand

Private Sub ComboBox1_Enter()
Me.ComboBox1.DropDown
End Sub


"Avi" wrote:

hi, i have some comboxes on my form. I wanted that to expand
automatically, when it gets focus. Any help in this regard is
appreciated. Thanks.
.