
adding a menubar to a userform
Forms don't have menus. Inspectors and Explorers have menus. One possibility
is to include code in the Open event of your form that checks for a
particular menu and makes it visible if it's present and, if not, creates
it.
--
Sue Mosher, Outlook MVP
Author of
Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours
Microsoft Outlook 2000 E-mail and Fax Guide
Outlook and Exchange solutions at http://www.slipstick.com
Quote:
> How is it done? I have no problems adding menubars and commandbuttons to
> Outlook itself, but I'd like to add a menubar to a userform that I've
> created, and I can't figure out how.
> I'm using Outlook 2000, VBA with Office Developer Tools.
> Please help
> Thanks