Can I skip/disable a sub code before run my marco then recover it like as following:
Code:
Private Sub progress()
Skip run/disable Sub Worksheet_Change(ByVal Target As Range)
My Marco
Recover/enable Sub Worksheet_Change(ByVal Target As Range)
End Sub
Last edited: