View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default RGB of highlighted Excel button

On my system ColorDetector shows the color to be RGB(168,175,194) or
12758952 ... so it is clearly dependent on the system, the video display
driver, etc. Like you, I'm very surprised that it is not a system color.

--

Vasant

"RB Smissaert" wrote in message
...
David, Vasant,

Thanks, the ColorDetector did the trick.
The freeware program I had couldn't catch this.
The RGB is (198, 211, 239) or as a long 15717318.
Strange indeed there is no system color for this.

RBS


"RB Smissaert" wrote in message
...
Using Excel 2002.
Could anybody tell me what the RGB color is of a highlighted button on

the
main Excel toolbar?
This is the color that it changes to when the mouse moves over it.
It is something like RGB(195, 215, 235), but I can't figure out what it

is
exactly.
Alternatively a system color would do.
Thanks for any help.

RBS