Color Index and RGB Color

X

X-Men

Does anyone know how to convert a integer value colorindex to its RGB color
value in VBA?
Thanks!
 
T

Tom Ogilvy

A better answer

msgbox activeworkbook.Colors(39)

where 39 is the colorindex.
 
Top