Macro Buttons

  • Thread starter Thread starter Radar man
  • Start date Start date
R

Radar man

I can change font colour but how do I change the background colour of a
macro button in excel 2003
 
Just use the ControlsToolbox to make the button. Right-click. View
Properties and set the background color.
 
Radar man said:
I can change font colour but how do I change the background colour of a
macro button in excel 2003. I should have said that the button is already in use in a spreadsheet. I am changing colours in response to a request to use colours that aid Dyslexics.
 
There is no real problem here. It is simply a matter of deleting the button
whose background color cannot be changed and replacing it with a button or
button-like object whose background color can be changed.

You can use:

1. a Controls button
2. a picture
3. an AutoShape
4. etc.

Pick whatever you like.
 
Back
Top