|
-
December 4th, 2002, 02:09 PM
#1
Events
Hi there!
Is there a way to disable the generation of events without disabling the combo box?
Thank you
Have a nice day! (^_^)
-
December 4th, 2002, 05:04 PM
#2
If you mean that you want to prevent an event from fireing sort of you might use a public variable that you set to true when you want to prevent an event for example. And then in the event you check that variable the first thing you do, something like....
If var = true Then Exit sub
Maybe this was not what you meant, then just don't listen to this... 
/Leyan
-
December 5th, 2002, 09:48 AM
#3
Thank you
Thank you for your help.
I was aware of such method, but only wondered if other alternatives exists. I guess that as long as it gets the job done I shouldn't complain
Have a nice day! (^_^)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|