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 (e-mail address removed)
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
 

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