+ Reply to Thread
Results 1 to 10 of 10

Cannot trigger macro with Worksheet_Change(ByVal Target As Range)

Hybrid View

  1. #1
    Forum Expert nilem's Avatar
    Join Date
    10-22-2011
    Location
    Ufa, Russia
    MS-Off Ver
    2013
    Posts
    3,377

    Re: Cannot trigger macro with Worksheet_Change(ByVal Target As Range)

    maybe events are disabled
    run this macro
    Sub ert()
    Application.EnableEvents = True
    End Sub
    and then check your Private Sub Worksheet_Change

  2. #2
    Registered User
    Join Date
    06-13-2013
    Location
    Montreal, Canada
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Cannot trigger macro with Worksheet_Change(ByVal Target As Range)

    Yes! It worked! How I can make it to work every time?
    More correct question - are there any settings in Excel that do the same thing - Enable events?
    Thank you very much for your help.

+ 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