GrumpyOldGit
New Member
- Joined
- Jun 28, 2012
- Messages
- 13
Hi Guys....
I'm trying to find the RGB value for a standard Excel 2010 colour - the grey background colour for a Form.
When I look in the Properties window, it's specified as "&H8000000F&".
Assuming the "&"s are field delimiters, and "H" indicates Hexadecimal, the Hex value is 80 00 00 0F.
I seem to have one too many characters!
How do I "convert" the value specified in the Form's properties window into an RGB code (and vice versa)?
I'm trying to find the RGB value for a standard Excel 2010 colour - the grey background colour for a Form.
When I look in the Properties window, it's specified as "&H8000000F&".
Assuming the "&"s are field delimiters, and "H" indicates Hexadecimal, the Hex value is 80 00 00 0F.
I seem to have one too many characters!
How do I "convert" the value specified in the Form's properties window into an RGB code (and vice versa)?