Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I've got this part of a macro Set cbar = Application.CommandBars.Add(Name:="SendOut", temporary:=True) cbar.Visible = True Set cbarcontrol = cbar.Controls.Add(Type:=msoButtonIcon) With cbarcontrol .FaceId = 136 .Caption = "SendOut" .OnAction = "RunWordMacro_Automation" It creates a toolbar with a button The only thing I need to do is modify it so it shows not only the icon but the also a name like SendOut in this case any ideas ? TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tag in CommandBar | Excel Programming | |||
cant dim as commandbar | Excel Programming | |||
CommandBar | Excel Programming | |||
Properties transferring from excel cells to word file properties | Excel Programming | |||
commandbar | Excel Programming |