Peter-Jan De Smedt
New Member
Hi
How would I indicate to execute a macro when cell b3 in a worksheet has changed.
B3 is linked to another cell in another worksheet
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$1" ( here i want to say has changed) Then
run macro
end sub
Any help would be much appreciated!
How would I indicate to execute a macro when cell b3 in a worksheet has changed.
B3 is linked to another cell in another worksheet
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$1" ( here i want to say has changed) Then
run macro
end sub
Any help would be much appreciated!