Couloured Buttons

M

matt

Does anyone know ow to change the colour of buttons from the boring grey?
help would be greatly accepted.

thanks
 
S

Skier69

ActiveX buttons (on the Visual Basic toolbar) can have their colour
changed - right click button then select Properties > BackColor.

However Forms Buttons are generally favoured for use on the worksheet.
Hence Anne's suggestion to use TexBoxes from the Drawing toolbar.
 
Top