CodePudding user response:
Option Explicit
Private Sub Worksheet_Change (ByVal Target As Range)
'here add call macro statements, such as:
'Macro1
End Sub
CodePudding user response:
Option Explicit
Private Sub Worksheet_Change (ByVal Target As Range)
'here add call macro statements, such as:
'Macro1
End Sub