F
Fredrik E. Nilsen
Ok, probably a stupid question but:
I'm creating a custom menu with buttons to apply custom user defined
charts:
Dim myMenu As Object
Set myMenu = CommandBars("Worksheet menu
bar").Controls.Add(Type:=msoControlPopup)
With myMenu
.Caption = "User defined charts"
. . .
End With
The problem is: this menu disappears when a chart is selected. I can
change it to "Chart menu bar" but then it disappears when no chart is
selected.
What do I have to put there to make the menu visible all the time?
I'm creating a custom menu with buttons to apply custom user defined
charts:
Dim myMenu As Object
Set myMenu = CommandBars("Worksheet menu
bar").Controls.Add(Type:=msoControlPopup)
With myMenu
.Caption = "User defined charts"
. . .
End With
The problem is: this menu disappears when a chart is selected. I can
change it to "Chart menu bar" but then it disappears when no chart is
selected.
What do I have to put there to make the menu visible all the time?