I have a macro in a sheet that runs on a cell change:
I saw that other macro call this function although it doesn't use this cell.![]()
Private Sub Worksheet_Change(ByVal Target As Range) On Error Resume Next If Target.Address = "$C$9" Then etc...
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
Bookmarks