Combo Box Auto Dropdown

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I get a combo box to dropdown automatically as soon as it has the
focus? I want the form operator to click JUST the selection, rather than the
down arrow AND the selection.
 
Sorry...I posted this in the wrong forum. I've done this in Access...just
having trouble getting it to work in Excel.
 
In the combobox's GotFocus event, enter this code:

MyComboBox.DropDown

You'll need to substitute the actual name of your combobox.

Barry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top