mms
05-15-2008, 11:34 AM
I am trying to remove the coloring in a range of cells programatically.
Cells(FirstRow, 2).Resize(NumRows, 8).Interior.Color = xlNonecauses cells in selected range to turn a light blue.
Is there another constant I should be using?
Cells(FirstRow, 2).Resize(NumRows, 8).Interior.Color = xlNonecauses cells in selected range to turn a light blue.
Is there another constant I should be using?