Macro Button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to change the background color of a button created to execute a macro
and change the word wrap property to true so all of the text can be viewed on
the button. Any advise is much appreciated. Thanks
 
Hi Maggie,

Assuming that the button is from the Controls Toolbox,

Right-click the button | Properties
Double-click the 'BackColor' option | Palette and select a color
Double-click the 'WordWrap' option (to select True)
Close the Properties window
 
Hi Maggie,

I do not believe that you can change the background color of buttons from
the Forms toolbar and, in my experience, the button caption text wraps.

Why not use a button from the Control toolbox. These are much more flexible
and provide access to the teo properties that you want to control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top