P
pmguerra
Hi!
I've used the following code to change the cell color.
Sub dfghrth()
ActiveCell.Interior.Color = RGB(221, 255, 221)
End Sub
But instead of actually changing to the color I've defined, it changes
to a pallette default color...
Help anyone?
I've used the following code to change the cell color.
Sub dfghrth()
ActiveCell.Interior.Color = RGB(221, 255, 221)
End Sub
But instead of actually changing to the color I've defined, it changes
to a pallette default color...
Help anyone?