DropDown

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

Guest

Hi
I need to prevent the DropButtonClick event under certain circumstances
existing elsewhere on a userform without using the other controls exit events
with Cancel = True.

I do not want to disable or lock the combobox either.

Syntax like ComboBox1.DropDown = False doesn't have any effect.

Is there a way?

T.I.A.

Geoff
 
Hi
No, as I said in my post I do not want to disable the cbobox. If it is
disabled or locked then a click event on the cbobox cannot be recognised.

Geoff
 
Then try setting a flag which changes to TRUE or FALSE as per your
condition, and then in the click event check the status of the flag.

Mangesh
 

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

Similar Threads


Back
Top