Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The toolbar is being generated upon loading of the excel add-in via the
following code: Set cmdRW = CommandBars.Add(Name:="DT") With cmdRW With .Controls.Add(Type:=msoControlButton) .TooltipText = "New Sheet" .OnAction = "Sheet" .FaceId = 98 I know how to design a new button image when creating a toolbar manually, but how do I do so when creating the toolbar programtically? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Toolbar Button Image Question | Excel Worksheet Functions | |||
How to increase size of image in button (msocontrolbutton) of custom toolbar of Excel | Excel Discussion (Misc queries) | |||
Load image from directory for custom toolbar of Excel 2000 | Excel Worksheet Functions | |||
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 |