![]() |
#2
|
|||
|
|||
![]()
Yes, it is possible, but not easy. I would do this by putting an AutoNew in your macro-enabled template that changes the File Open directory (which is the default File Save directory).
The following macro will change the file save path and force an immediate save when a new document is created based on the template that contains the macro. Code:
Sub AutoNew() ' Dim strNewPath As String strNewPath = "C:\desired location\" ' Set save location ChangeFileOpenDirectory strNewPath ActiveDocument.Save End Sub Users will need to have macros trusted in the template location. Note that this will temporarily set the place for File>Open if they try opening another document, just as it would if they were to manually save the file in that directory. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multi location templates | James m | Outlook | 0 | 05-23-2012 06:53 PM |
![]() |
youngdave55 | Word | 5 | 05-10-2012 12:12 AM |
![]() |
ibsfsg | Word | 2 | 12-15-2011 04:54 AM |
![]() |
oceanclub | Word | 1 | 07-14-2011 08:39 PM |
Promt for save location when sendimg mail | blegs38552 | Outlook | 0 | 01-31-2010 07:29 AM |