Application.EnableEvents = False not working
- From: "Paul Martin" <pmartin1960@xxxxxxxxxxx>
- Date: 9 May 2005 19:06:50 -0700
Hi all
I am trying to stop events as follows:
Application.EnableEvents = False
cboIssues.ListIndex = 1
Application.EnableEvents = True
The idea is that I don't want the Worksheet_Change() event to fire when
I set the ComboBox index. But as soon as I run the 2nd line, it goes
straight to the event. What am I not doing? I looked up help which
suggested I need an EventClassModule to instantiate the Application,
which I have done, but to no avail.
Any help appreciated.
Paul Martin
Melbourne, Australia
.
- Follow-Ups:
- Re: Application.EnableEvents = False not working
- From: Mangesh
- RE: Application.EnableEvents = False not working
- From: Alok
- Re: Application.EnableEvents = False not working
- Prev by Date: Re: Dynamic Entries
- Next by Date: Protection in VB
- Previous by thread: Creating first ever userform but not going how I wanted
- Next by thread: RE: Application.EnableEvents = False not working
- Index(es):
Relevant Pages
|