themoreiseeyou
New Member
- Joined
- Apr 22, 2017
- Messages
- 22
Hi
I would like a Sub to run every time the number in a particular cell changes. Could someone help me with the syntax?
The follwing does not work:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address(False, False) = "M3" Then Call Search
End Sub
Thanks in advance
I would like a Sub to run every time the number in a particular cell changes. Could someone help me with the syntax?
The follwing does not work:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address(False, False) = "M3" Then Call Search
End Sub
Thanks in advance