Just run through the cells with a loop.
VB Code:
For i = 1 To 1000 If Range("$A$" & i).Text = "" Then Exit Sub Range("$A$" & i).Interior.Color = Range("$A$" & i).Text Next
|
Results 1 to 7 of 7
Thread: Colouring Excel CellsThreaded View
|
Click Here to Expand Forum to Full Width |