Change Button Color

R

RUSS

I have placed a button on my spreadsheet which, obviously, when pushed
enables a macro. Is it possible to change the color of that button from the
drab gray to some other color?

Thanks in advance...

Russ
 
B

Bob Phillips

Russ,

If its a Control Toolbox button there is as the colour is a commanbutton
property.

On the Control Toolbox toolbar, select Design mode (the blue-green
triangle), and select your button. Select the Properties icon on that
toolbar (a document with a hand holding it). You will see Foreground and
Background colours you can set.
 
Top