Creating own wizard

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

Guest

I am looking to create a wizard (or something similar) for my business contract (letter of agreement)
My goal is to have a finished document and all i have to do is insert the clients name, fee, and services provided.
I realize i can go through the document and change the information manually, but it would be nice if the program did that for me, since this info is listed several times on the form. OH, and it has to be on company letterhead.
Thank you for your information!!
 
The way I'd do this is to use a UserForm to collect the information when a
new contract is created (or you want to change some details), store the
information as document properties, and use fields in the document template
to display the values.

A slightly different approach is explained in
http://www.mvps.org/word/FAQs/Userforms/CreateAUserForm.htm

--
Margaret Aldis - Microsoft Word MVP
Syntagma partnership site: http://www.syntagma.co.uk
Word MVP FAQ site: http://www.mvps.org/word

mickeymousears said:
I am looking to create a wizard (or something similar) for my business contract (letter of agreement)
My goal is to have a finished document and all i have to do is insert the
clients name, fee, and services provided.
I realize i can go through the document and change the information
manually, but it would be nice if the program did that for me, since this
info is listed several times on the form. OH, and it has to be on company
letterhead.
 
Answered in vba.general

mickeymousears said:
I am looking to create a wizard (or something similar) for my business contract (letter of agreement)
My goal is to have a finished document and all i have to do is insert the
clients name, fee, and services provided.
I realize i can go through the document and change the information
manually, but it would be nice if the program did that for me, since this
info is listed several times on the form. OH, and it has to be on company
letterhead.
 
Back
Top