Wizards

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i create a wizard to fill a template that i have created in word?
Can you guys help me on this please!!
 
Hi, Anne. look i have created a few templates for my company and now i need a
wizard for that every time that i start that wizard it prompt me for my name,
department email, etc, etc, etc, and that info i need that fill it up in some
"text Form Fields" in my templates
that's why i need to know how to create this wizard.
 
See http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm and
http://word.mvps.org/FAQs/MacrosVBA/WorkWithBookmarks.htm. Wizards are
essentially UserForms, often with flashy formatting.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide


--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
As Charles has said, a "wizard" is basically a UserForm, and if you use a
UserForm, you don't need to use form fields. Instead, you can have users
enter text into the UserForm and it can then be written either to bookmarks
in the document or (better) to document properties which can be inserted in
the document using DocProperty fields.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
I've just read this example. I am neither MVP nor apologist for MVPs but
that site takes it upon itself to be overtly critical of the mvps example
and makes a big deal about good programming practice and then talks (and
codes) complete tosh when it gets to the bit about error handling. Shame
really because, essentially, the example is OK otherwise.
 
I think the language is in the article is harsh. I suspect Malcolm's main
criticism is the use of the Show command rather than creating a new instance
of the form. While generally I haven't had problems with doing this, I've
converted to using Malcolm's methods for displaying and using userforms
rather than the .Show command. I've read enough to believe that it is better
programming.

Nevertheless, I point people to the MVP article because it is
straightforward and easy to use (as is Malcolm's).
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide


--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 

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

Back
Top