+ Reply to Thread
Results 1 to 2 of 2

application.EnableEvents

  1. #1
    nc
    Guest

    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. #2
    JE McGimpsey
    Guest

    Re: application.EnableEvents

    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 <[email protected]>,
    "nc" <[email protected]> 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1