I have an application which creates and opens a document in Word. The user can modify the document and then save it again, but I don't want the user to be prompted via Word to save it in the location from which it was loaded - I want to set the path to which the document should be saved (if any) to another path.
I'm not using automation to show a Save as dialog - it's the Word "Save" button that will be pressed, and so I want to set some sort of global default "saves as" location.