View Single Post
 
Old 04-03-2022, 06:40 AM
grNadpa grNadpa is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Mar 2022
Posts: 46
grNadpa is on a distinguished road
Default

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

Last edited by grNadpa; 04-03-2022 at 06:41 AM. Reason: typos
Reply With Quote