Posted to microsoft.public.excel.programming
|
|
formatting background color of a cell with custom colors
Hello sprasad,
Range("A1").Interior.Color = RGB( &HCC, &HCC, &HFF)
Sincerely,
Leith Ross
--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=484771
|