Custom Menu Question?

B

badboy

I add a custom menu in the Office programme,how can I add the sepatator
between the menu items in the menu I added.
 
C

Charles Maxson

Look at the "BeginGroup" property in VBA....

CommandBars(1).Controls(2).BeginGroup = True
 
Top