menu bar on Word VBA form

W

ward

Hi,

Is it possible to create a menubar (to put on File, Edit,
Help, ...) on a form in a Word VBA application?
(BTW I do NOT mean: creating an extra menubar in Word)

I don't find any feature to do so.

thanks for any help,
Ward
 
G

Graham Mayor

Do you mean an additional drop down menu that appears when you load the
form? Easiest way to do this is to add the menu to the toolbar and save it
*in the form template*. Tools > customize > commands > new menu

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail [email protected]
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
W

ward

Graham,

No, this is not what i mean. I meant a drop-down menu that
is part of a form that i have created (like you can do in
VB). By form I mean a VBA-form (like you have modules,
classes and ... forms).

But now that i think of it, I could use your idea to
accomplish my goal, however, it would be less elegant.

Ward
 
Top