Separator Bar in Excel Addin

L

Lokesh Sharma

hi,

I want to add separator bar in the excel addin which I have created.
How can I do this?

-lokesh
 
E

Eugene E. Starostin

Hi,

You can do CommandBarControl.BeginGroup = True if you mean a separator
before a command bar control.

Regards from Belarus
Eugene Starostin
 
Top