Text only in toolbar buttons

  • Thread starter Thierry Paradis
  • Start date
T

Thierry Paradis

Hi!

I would like to know how to set custom toolbar buttons to display text only
and no picture?

Thanks,

Thierry Paradis
 
B

Bob Phillips

Set the style property to msoButtonCaption

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
T

Tom Ogilvy

set the style property of the control to

msoButtonCaption


commandbars("Custom1").Controls(3).Style = msoButtonCaption

Other choices are (from xl2002 help)

msoButtonAutomatic
msoButtonCaption
msoButtonIcon
msoButtonIconAndCaption
msoButtonIconAndCaptionBelow
msoButtonIconAndWrapCaption
msoButtonIconAndWrapCaptionBelow
msoButtonWrapCaption
 

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

Top