Combo Box open method

P

Paul Ilacqua

Is there a way open a combo box without clicking the arrow or when you enter
the box?

Thanks
Paul
 
R

Rick Brandt

Paul said:
Is there a way open a combo box without clicking the arrow or when
you enter the box?

Thanks
Paul

In the GotFocus event...

Me.ComboBoxName.Dropdown
 
Top