Background colors on userform

G

Gerry

How do I change the background color on a userform from
that ugly microsoft grey?
 
P

Peo Sjoblom

In the VBE right click the userform and select properties, there you can
change colours
 
G

Gerry

Thanks, but I was hoping for more choices than the usual
grey, white, yellow, blue and more grey. Is there any way
to customize the colours to match the choices you have for
the fill or text colours?

Gerry
 
H

H

Hi Gerry - How about creating a custom image and putting that onto the form.
Then putting your controls on top of that. Sure beats a basic colour.
 
Top