> Try naming it Document_New() instead or in addition.
>
[quoted text clipped - 27 lines]
> > Thanks,
> > Gilley
> How can I force my new document to use the correct template?
How about simply using your template as the basis for the new document? Then
the document is attached to the template. I don't do VB programming but only
vba. Nevertheless, I assume that your application can do this.

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.
> Charles,
>
[quoted text clipped - 69 lines]
>> > Thanks,
>> > Gilley
Gilley - 18 Jan 2005 21:03 GMT
Thanks Charles. That is what I ended up doing. After your last message, I
started thinking along those lines and added:
ActiveDocument.AttachedTemplate = "c:\cfdrptp.dot"
to the Document_New().
Thanks for your help.
Gilley
> > How can I force my new document to use the correct template?
>
[quoted text clipped - 74 lines]
> >> > Thanks,
> >> > Gilley