How do I save documents based on certain templates to a specific .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have developed certain templates that I use frequently these are always
saved to the same folder. I want to set this folder as the default for these
documents only-not all Word documents. Is this possible? If so how do I set
this up?
Thanks for your help.
 
andyt said:
I have developed certain templates that I use frequently these are
always saved to the same folder. I want to set this folder as the
default for these documents only-not all Word documents. Is this
possible? If so how do I set this up?
Thanks for your help.

See http://word.mvps.org/FAQs/MacrosVBA/ChangeSaveAsPath.htm. In each
template, place the code shown there into a macro named FileSaveAs, so it
will intercept the built-in command, and include that template's special
path in the .Name line.
 
Back
Top