J
J P Singh
Hi All
I wish to run a macro on any change in the data in a particular column and
have tried to use the following but the macro doesn't execuate automatically
when I change anything in my worksheet nothing happends and I don't get the
Msgbox.
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
Msgbox("Macro is running")
End Sub
Any help is greatly appreciated
Thanks
Jas
I wish to run a macro on any change in the data in a particular column and
have tried to use the following but the macro doesn't execuate automatically
when I change anything in my worksheet nothing happends and I don't get the
Msgbox.
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
Msgbox("Macro is running")
End Sub
Any help is greatly appreciated
Thanks
Jas