A
alexm999
I have the following code:
Range("J9:O39").Select
Selection.Interior.ColorIndex = 35
When users say go to cell J9 and highlight the cell RED, then when
run my macro, i'd like it to skip the formatting that the user inputte
and just change the color for the remaining cells in the range...
Any ideas??
Range("J9:O39").Select
Selection.Interior.ColorIndex = 35
When users say go to cell J9 and highlight the cell RED, then when
run my macro, i'd like it to skip the formatting that the user inputte
and just change the color for the remaining cells in the range...
Any ideas??