H
HaySeed
I'm using C# to automate a Word session. At the start of the session I build
a custom set of menu items under the "Tools" CommandBar.
2 Questions:
1) How do I add a menu Separator into my custom menus
2) How do I add a new Item to the top menu Command Bar.
(When I try wordApp.CommandBars.Add() - I create an undocked Tool bar
instead of adding a menu item.)
a custom set of menu items under the "Tools" CommandBar.
2 Questions:
1) How do I add a menu Separator into my custom menus
2) How do I add a new Item to the top menu Command Bar.
(When I try wordApp.CommandBars.Add() - I create an undocked Tool bar
instead of adding a menu item.)