How can I detect when my msforms 2.0 combobox's
dropdown list is visible?
Printable View
How can I detect when my msforms 2.0 combobox's
dropdown list is visible?
I don't think you can know when the dropdown list is visible. You will have to check the Click-event to see if the user is clicking the combobox to view the dropdown.
The dropdown wont be visible unless a user does something with the combobox. So use the events.
I was thinking there might be an API call for it.
Thanks for the reply!
Resty