View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pmguerra[_7_] pmguerra[_7_] is offline
external usenet poster
 
Posts: 1
Default Customizing colors


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?


--
pmguerra
------------------------------------------------------------------------
pmguerra's Profile: http://www.excelforum.com/member.php...o&userid=14986
View this thread: http://www.excelforum.com/showthread...hreadid=542600