user21136
Active Member
- Joined
- Sep 20, 2003
- Messages
- 325
Hi,
Could this be simplified please? It's to change the color of some cells that contain formulas.
Thanks, Glenn
Could this be simplified please? It's to change the color of some cells that contain formulas.
Code:
Range("A1").Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Interior.ColorIndex = 10
Range("C7").Select