View Single Post
 
Old 12-18-2005, 11:20 AM
stevecarr stevecarr is offline
Novice
 
Join Date: Dec 2005
Posts: 2
stevecarr
Default Documents saved to wrong folder

Background:

All I am trying to do is save a document to a particular folder. This works fine 90% of the time but the other 10% the file is saved somewhere else.

Usually in My Documents folder but not always !

Am I doing the right thing by first calling ChangeFileOpenDirectory then calling Save. Is there any way I can check which folder it is about to save to.


Code snippet:


Code:
Word.ChangeFileOpenDirectory "C:\Titanium Server\Documents"

oWordDocument.Save

This is really bugging me now. Any help would be really appreciated.
Reply With Quote