Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with ComboBox, dynamic range and change event | Excel Programming | |||
Range object and worksheet change event | Excel Programming | |||
Change Event Range Help | Excel Programming | |||
Change event triggered by a named range | Excel Programming | |||
Change Event on a named range | Excel Programming |