Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hello:
I have several templates i have created in word. I need each template to save in a different location. For example: 1) Template 1 will auto default to save in my documents. 2) Template 2 will auto default to save in my photos. Is there a way to have a auto default option for indviduale ms word templates? Thank you very much Vinny |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Word will start with the documents folder set in Word options file
locations, until you open a document from a different folder which will then become the active folder until you either change the folder or re-start Word. However you can intercept the File Save command in the template with a macro stored in the template e.g. Sub FileSave() On Error Resume Next ChangeFileOpenDirectory "D:\My Documents\My Pictures" ActiveDocument.Save ActiveWindow.Caption = ActiveDocument.FullName End Sub Change the path to that which you require the document to make the initial save. Thereafter re-saving the document will save it to the folder it was opened from. http://www.gmayor.com/installing_macro.htm DO NOT save this macro in the normal template. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org "Vinny B" Vinny wrote in message ... Hello: I have several templates i have created in word. I need each template to save in a different location. For example: 1) Template 1 will auto default to save in my documents. 2) Template 2 will auto default to save in my photos. Is there a way to have a auto default option for indviduale ms word templates? Thank you very much Vinny |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I save toolbar locations | Microsoft Word Help | |||
Can I save a file to two different locations in one step? | New Users | |||
Save In - 5 default locations - can they be changed? | Microsoft Word Help | |||
Cannot alter Save and Open locations | Microsoft Word Help | |||
customized toolbar doesn't save | Microsoft Word Help |