Posted to microsoft.public.excel.programming
|
|
RGB for cell interior
Sub rgbcolorinterior()
Range("j6").Interior.Color = RGB(228, 234, 244)
End Sub
--
Don Guillett
SalesAid Software
"Zone" wrote in message
oups.com...
I want to apply an RGB color to a cell interior using VBA. TIA, James
|