wizards

L

ll

Could someone lead me into the right direction? Is there
a way to make a wizard?

I'd like to make a pop up window (to be retrieved from
the toolbar) where the window will allow you to choose
from several templates that I made which are form letters
for individual attorneys.

Thanks for any help.
 
G

Graham Mayor

This could be effected more easily than you imagine.
Save the templates in appropriate sub folders of the user template folder or
workgroup template folder and use the following macro to intercept the file
new command

Sub FileNew()
Dialogs(wdDialogFileNew).Show
End Sub

Then when you select File > new you will have the Word dialog box displaying
your template choices.
If you need to know more about installing the macro or the template
locations see the relevant pages linked from the Word tips on my web site.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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