@gmayor wrote
Quote:
There is no need to change the path.
|
I don't understand. When I insert the code
Code:
MsgBox Options.DefaultFilePath(wdDocumentsPath) & "\"
The the mesgbox displays
Quote:
c:\users\brian\documents\integro\waiver\
|
The word (.dotm) document that will contain this code will be invoked from a template folder. So I want to save the completed document in another folder (as .docx)
Does that not require resetting the the path through Options.Default(wdDocumentsPath)?