View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Color Index and RGB Color

activecell.colorIndex = 6
msgbox activecell.Color


--
Regards,
Tom Ogilvy

"X-Men" wrote in message
...
Does anyone know how to convert a integer value colorindex to its RGB

color
value in VBA?
Thanks!