+ Reply to Thread
Results 1 to 16 of 16

Need macro help restricting when it is executed

Hybrid View

  1. #1
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    Re: Need macro help restricting when it is executed

    You need to make a Worksheet_Change macro on each sheet, with the range on _that sheet_ in it.
    You can't use "Worksheet_Change" with a range on another worksheet, sorry.

  2. #2
    Registered User
    Join Date
    05-07-2013
    Location
    Carlisle
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Need macro help restricting when it is executed

    Quote Originally Posted by JasperD View Post
    You need to make a Worksheet_Change macro on each sheet, with the range on _that sheet_ in it.
    You can't use "Worksheet_Change" with a range on another worksheet, sorry.
    To save putting the same macros in every single worksheet though, i put them all in a module, and then fired the module by putting the workbook_sheetchange macro in the workbook section.

    Is there no way something can be written into the workbook macro rather than to put a set of macros on every worksheet (of which they are about 30)

    Thanks

+ 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