C
Chief Wiggums
I can use OnEntry to trigger a macro when any cell on a given sheet is
edited --
Sub Autpen()
Worksheets("Sheet1").OnEntry = "TriggeredMacro"
End Sub
Is there a way to limit the triggering to just certain cells? so that
only editing in those cells initiates the macro?
Thanks in advance ...
edited --
Sub Autpen()
Worksheets("Sheet1").OnEntry = "TriggeredMacro"
End Sub
Is there a way to limit the triggering to just certain cells? so that
only editing in those cells initiates the macro?
Thanks in advance ...