View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 38
Default How to get the RGB values

Hi

I'd like to get the RGB values of the active workbook. The function
Thisworkbook.Colors(x) returns values which looks like this:

7929855
15915519
24576
...

But I need the RGB values? Any ideas how to get these values?!?

Tom