View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
thomas thomas is offline
external usenet poster
 
Posts: 12
Default Excel 2003 - Color codes

Hello,

I was using the colorindex of the palette in my vba code (2003) but it's not
convenient because it gives different colors when the vba code is used on
excel workbooks with a different palette

I though i would get the same color whatever the palette by using RGB codes
instead but i have the same problem : For example, RGB (204, 255, 204) gives
different colors in different workbooks

How can i get always the same colors?

Thanks