lasttccasey
New Member
- Joined
- Apr 28, 2015
- Messages
- 4
Hello,
I created an ActiveX Control, specifically a Combo Box. I want to change the text color but I can't seem to find any information on the color coding. In the property window, under "ForeColor" I can change the color but only to the small range provided. How do I convert an RGB color to whatever excel is using?
I am trying to get this color if it's possible:
R= 71
G= 166
B= 181
Default Value = &H80000008& (which is black)
Thanks!
I created an ActiveX Control, specifically a Combo Box. I want to change the text color but I can't seem to find any information on the color coding. In the property window, under "ForeColor" I can change the color but only to the small range provided. How do I convert an RGB color to whatever excel is using?
I am trying to get this color if it's possible:
R= 71
G= 166
B= 181
Default Value = &H80000008& (which is black)
Thanks!