hansgrandia
Board Regular
- Joined
- Jan 10, 2015
- Messages
- 53
Hello,
Is there a possibility to have a range of cell instead of a single cell as target address below?
Thank you,
Hans (The Netherlands)
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$B$4" Then
Call GoToName
End If
End Sub
Is there a possibility to have a range of cell instead of a single cell as target address below?
Thank you,
Hans (The Netherlands)
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$B$4" Then
Call GoToName
End If
End Sub