E
Edward
Hi everybody,
I'm creating custom toolbar with some buttons and also a menubutton , I know
how to create regular button but I can't find a way to add a menubuton using
VBA code ( I can't find its name in VBA references)
With objCommandBar.Controls
Set objCommandButton = .Add(msoControlButton)<--- what should I use
here
....
for menu button
I'm creating custom toolbar with some buttons and also a menubutton , I know
how to create regular button but I can't find a way to add a menubuton using
VBA code ( I can't find its name in VBA references)
With objCommandBar.Controls
Set objCommandButton = .Add(msoControlButton)<--- what should I use
here
....
for menu button