M
MJKelly
Hi,
I want to run a macro if a cell within a certain range is changed by a
user.
eg, if a cell is changed within the range A1:A10 then the text color
of that cell changes from black to red.
can you help?
The only code I have so far is:-
Private Sub Worksheet_Change(ByVal Target As Range)
Target = Range("A1:A10")
End Sub
kind regards,
Matt
I want to run a macro if a cell within a certain range is changed by a
user.
eg, if a cell is changed within the range A1:A10 then the text color
of that cell changes from black to red.
can you help?
The only code I have so far is:-
Private Sub Worksheet_Change(ByVal Target As Range)
Target = Range("A1:A10")
End Sub
kind regards,
Matt