View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default How to get the RGB values

Hi Tom
have a look at
http://www.mvps.org/dmcritchie/excel/colors.htm

--
Regards
Frank Kabel
Frankfurt, Germany

Tom wrote:
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