Outlook - Any way to access "Menu Bar" other than by name?

J

Jon

Hi

Is there any way to access the main menu command bar other than by using the
string "Menu Bar".

e.g. CommandBar myCommandBar =
(applicationObject.ActiveExplorer).CommandBars["Menu Bar"];

I'm thinking about getting access to it in versions of Outlook that are not
in English. Or programmatically, is it always "Menu Bar", no matter what
language is?

Thanks

Jon
 
E

Eugene E. Starostin

Hi Jon,

CommandBar.Type = msoBarTypeMenuBar?

Regards from Belarus
Eugene Starostin
 

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