Userform BackColor...

Thomas

Active Member
Joined
May 3, 2002
Messages
366
I'm attempting to create a userform for a workbook, and I have a very specific color palette I am to use (company standard colors), which is fine, but I cannot seem to figure out how Excel is setting the BackColor property.

For example: the default grey setting for a userform uses &H8000000F&. I read somewhere that if you use the for &H00......&, you can use a Hex value where the dots are -- unfortunately, this results in the wrong colors. For example a dark blue (RGB 26-39-50, Hex 1a2732) returns a dark brownish color when using the value &H001a2732&.

Any thoughts?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Thomas

Are you sure the problem is in how Excel is setting the BackColor?

Is it not possibly how you are setting the BackColor that's the problem?:)
 
Upvote 0
Why not just set the Backcolor in code using RGB values?
 
Upvote 0

Forum statistics

Threads
1,215,418
Messages
6,124,793
Members
449,189
Latest member
kristinh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top