K
Ken Valenti
I have a macro that adds a Command to the Worksheet Menu Bar in Excel.
Application.CommandBars("Worksheet Menu Bar").Controls.Add(msoControlPopup)
When excel is shut down and restarted - the Command is still there - which
is what I want.
However, on some peoples machines - the Command goes away after closing Excel.
Do I need to designate temporary:=false (the default is false)
or is there an option Excel that can be changed?
Application.CommandBars("Worksheet Menu Bar").Controls.Add(msoControlPopup)
When excel is shut down and restarted - the Command is still there - which
is what I want.
However, on some peoples machines - the Command goes away after closing Excel.
Do I need to designate temporary:=false (the default is false)
or is there an option Excel that can be changed?