faq / forms

S

Stranger

hallo. - excuse me for my incredibly horrible english.
-.-


1) are there some faqs for this NG ?

2) i am used to record my macros and then modify the result after this
recording
now i have to insert a form ...
i have my "sub" code and i don't know how to join the form with the code ...

i want to make a button, and when the user press this button, i'm expecting
to see my form , the user doing some selections, pressing OK or CANCEL and
then starting to execute the code ...

but i'm not able to do this! :(
 
J

Jonathan West

Stranger said:
hallo. - excuse me for my incredibly horrible english.
-.-


1) are there some faqs for this NG ?

Try www.mvps.org/word/
2) i am used to record my macros and then modify the result after this
recording
now i have to insert a form ...
i have my "sub" code and i don't know how to join the form with the code ....

Try this

UserForm1.Show

where UserForm1 is the name of your userform

i want to make a button, and when the user press this button, i'm expecting
to see my form , the user doing some selections, pressing OK or CANCEL and
then starting to execute the code ...

but i'm not able to do this! :(

This article will help in this

How to create a Userform
http://www.mvps.org/word/FAQs/Userforms/CreateAUserForm.htm

--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
 

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