Access to Word

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?
 
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?

No, just Word docs with Bookmarks

I initially got around the scansoft problem by unticking the trust all adds on in Word.

But

WordDoc.Close
Set WordDoc = Nothing

WordObj.Quit

seems to do the job. WinWord.exe is not left.
 

Users who are viewing this thread

Back
Top Bottom