how to auto save template as .doc

M

MY

I created a new word template with .dot extension. When I open the template
and use it and try to save the document I was prompt to save it as a
template. Is there a way to automatically change the saving option to .doc
extension when I use my new template?
Thanks
 
J

Jezebel

Instead of opening the template and saving as document, the better approach
is to create a new document USING the template --

Set pDoc = Documents.Add (Template:="....\MyTemplate.dot")

Then it will automatically save as a DOC.
 

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