Hello everyone,
I have a set of numbers in cell range A1 through A11
I would like to format any number that matches the value in cell C1
The following code works but I wanted to ask if the code can be converted to RGB?
.ColorIndex = 6
Sub ColorCellsTest2()
Dim wS As Worksheet
Dim...