For some reason in my excel worksheet_change seems to do nothing
for example the simple code below does nothing at all. Do I have something disabled that i should turn back on?
Private Sub Worksheet_Change(ByVal Target As Range)
MsgBox Target.Address
End Sub
thanks.
for example the simple code below does nothing at all. Do I have something disabled that i should turn back on?
Private Sub Worksheet_Change(ByVal Target As Range)
MsgBox Target.Address
End Sub
thanks.