Results 1 to 4 of 4

In macro forbid calling another macro

Threaded View

  1. #1
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    In macro forbid calling another macro

    I have a macro in a sheet that runs on a cell change:

    Private Sub Worksheet_Change(ByVal Target As Range)
     On Error Resume Next
     If Target.Address = "$C$9" Then etc...
    I saw that other macro call this function although it doesn't use this cell.

    If I know that some other macro won't use this cell can I force macro to skip running this one?

    If you need example workbook you can download from this post: http://www.excelforum.com/excel-prog...18#post2717018
    Last edited by zbor; 05-09-2012 at 09:45 AM.
    Never use Merged Cells in Excel

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