Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.office.developer.vba
|
|||
|
|||
![]()
Hi!
I would like to know how to set custom toolbar buttons to display text only and no picture? Thanks, Thierry Paradis |
#2
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.office.developer.vba
|
|||
|
|||
![]()
Set the style property to msoButtonCaption
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "Thierry Paradis" wrote in message ... Hi! I would like to know how to set custom toolbar buttons to display text only and no picture? Thanks, Thierry Paradis |
#3
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.office.developer.vba
|
|||
|
|||
![]()
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 -- Regards, Tom Ogilvy "Thierry Paradis" wrote in message ... Hi! I would like to know how to set custom toolbar buttons to display text only and no picture? Thanks, Thierry Paradis |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text in custom toolbar buttons | Excel Programming | |||
Toolbar Buttons | Excel Discussion (Misc queries) | |||
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! | Excel Programming | |||
saving toolbar buttons on custom toolbar | Excel Programming | |||
Toolbar Buttons | Excel Programming |