Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone help me to get the following to work? It works fine when
adding a button to the menus on the "Worksheet Menu Bar" (eg. replace "Chart" with "File") but I can't seem to get it to work for the Chart menu. Sub AddCltToChartMenu() Dim cbct As CommandBarControl Set cbct = Application.CommandBars("chart").Controls.Add(msoC ontrolButton) cbct.Caption = "Test" End Sub Thanks, Andrew |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F | Excel Discussion (Misc queries) | |||
Sheets("Rpt").Copy different results from running in macro than off excel menu?? | Excel Discussion (Misc queries) | |||
if "a" selected from dropdown menu then show "K" in other cell | Excel Worksheet Functions | |||
"Show Placeholders" in options/view menu does'nt work. | Excel Discussion (Misc queries) | |||
Make "Worksheet Menu Bar" invisible or Delete/hide it's buttons | Excel Programming |