View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jaylin Jaylin is offline
external usenet poster
 
Posts: 29
Default ??? How to get list of Color constants

I have the following code with colorindx number 1 representing black color,

May I know how do I get the related color constatn list (ie what number =
what color) in VBA

With Selection.Interior
.ColorIndex = 1
End With

--
Thanks a million for your time and expert advice :-)
Jaylin
*****Jaylin Message ended*******