User Forms

K

Ken

Hello all

I've created a form using word, and also created a user form that I'd
like to access while using the form. my problem is that I don't know
how to connect the user form with the main form. My question is, how
do I "call" the UserForm from the document?

Ken
 
M

Mark Tangard

Ken,

The main way to call a userform in code is:

UserFormName.Show

Typically if you're using a userform in a protected form you
want it to pop up upon entry to a formfield, so you designate
a macro containing above code in the formfield's Entry Macro.
 

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