Results 1 to 4 of 4

Confirm my understanding of Application.EnableEvents = False

Threaded View

  1. #1
    Registered User
    Join Date
    02-28-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    22

    Confirm my understanding of Application.EnableEvents = False

    Can someone confirm my understanding, does the following code mean whenever any cell in the spreadsheet changes this macro will be executed!

    
    Private Sub Worksheet_Change(ByVal Target As Range)
    
    end Sub
    If my understanding is correct, what does the following do?
    Application.EnableEvents = False
    Thank you in advance,
    +HZ
    Last edited by hani9041; 02-29-2012 at 01:12 PM. Reason: Name did not comply with forum rules. Sorry

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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