Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nc
 
Posts: n/a
Default application.EnableEvents

When using the above keyword and setting it to False with a worksheet change
event. How can I run my macros using worksheet change event, if I forget to
reset it to True?
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

You can't. With .EnableEvents set to false, events won't fire, and their
corresponding event macros won't run.

Just don't forget!

You can always enter

application.enableevents = true

in the immediate window of the VBE. You could even create a macro to run
that line of code.

In article ,
"nc" wrote:

When using the above keyword and setting it to False with a worksheet change
event. How can I run my macros using worksheet change event, if I forget to
reset it to True?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"