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

Re: menu bar on Word VBA form by Graham

Graham
Wed Dec 10 05:30:00 CST 2003

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 gmayor@mvps.org
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>



ward wrote:
> 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



Re: menu bar on Word VBA form by ward

ward
Wed Dec 10 08:23:52 CST 2003

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



>-----Original Message-----
>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
>