I would like to create a custom wizard--similar to the fax and letter wizards
that come with MS Word. Any ideas for where I should start?
Perry - 20 Apr 2005 22:00 GMT
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
Would be the first peep into wizard-like dialogs :-)
Note: It will take a bit of posting to this group (or better:
word.vba.userforms) to get a good understanding of userforms
and how to get a wizard up and running :-(
Krgrds,
Perry
> I would like to create a custom wizard--similar to the fax and letter wizards
> that come with MS Word. Any ideas for where I should start?
Charles Kenyon - 20 Apr 2005 23:52 GMT
My recollection is that Word Developer's Handbook
http://www.amazon.com/exec/obidos/ISBN=0782123295/balancecheckbookA/ has a
chapter taking you through it step by step. However, it is simply a matter
of setting up a multipage userform with consistent formatting. You take the
tabs off and use the Next and Previous buttons to move among the pages (as
well as an optional graphic of the process which can have hot spots).

Signature
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
See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
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.
>I would like to create a custom wizard--similar to the fax and letter
>wizards
> that come with MS Word. Any ideas for where I should start?