Exit from form dropdown events

A

Alan Z. Scharf

1. I want to cancel out of a drop down operation depending on a variable
checked in the 'mousedown' or 'gotfocus' events.

When I include 'Exit Sub' if the condition is met, the box still drops
down,
which I want to prevent.

2. How can I keep box from dropping down and prevent the rest of the
dropdown events from firing if a condition is met?

3. I can't seem to find the command to do this.

Thanks.

Alan
 
Top