HiTechCoach
Well-known member
- Local time
- Today, 07:07
- Joined
- Mar 6, 2006
- Messages
- 4,357
PS,
For what I give to people I go one step further as I have had a couple of intances where the Doc has saved on close.
I have the templates in two folders, one being being a backup for want of a better word.
At the start of the code I copy the template from the second folder and over ride the template that is used.
I close with
WordDoc.Close
Set WordDoc = Nothing
WordObj.Quit
That seems to woerk well and has no problems with Scansoft.
Mike375,
It sounds like you may not be using a .DOT (word template) file since you are using .SaveAS.
When you say "template" do you mean a real Word template file with a .DOT extension?