Creating Menu Separators in AddIn Menus?

P

Peter

Hello

Thanks for reviewing my question. I created a C# Shared Add-In that adds a menu to Excel. I would like to know how you add separators to my menu? I am currently making use of the following objects

CommandBar
CommandBa
CommandBarPopu
CommandBarButto

Many Thank
Peter
 
S

simon ryf

hey,
just set the Property BeginGroup of your CommandBarButton Object to true.

simon

Peter said:
Hello,

Thanks for reviewing my question. I created a C# Shared Add-In that adds
a menu to Excel. I would like to know how you add separators to my menu? I
am currently making use of the following objects:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top