Reply
 
Thread Tools Display Modes
  #1   Report Post  
Tucsonshark
 
Posts: n/a
Default change a template's default folder

Is there any way to change the default folder that a user saves to when using
one specific template?
  #2   Report Post  
Jay Freedman
 
Posts: n/a
Default

On Fri, 6 May 2005 14:32:04 -0700, "Tucsonshark"
wrote:

Is there any way to change the default folder that a user saves to when using
one specific template?


In that one template, create a macro like this (substituting your
folder path in the quotes):

Public Sub FileSaveAs
With Dialogs(wdDialogFileSaveAs)
.Name = "c:\windows\temp\"
.Show
End With
End Sub

The special macro name FileSaveAs means that the macro will be
executed whenever the user selects the Save As command on the File
menu. Other variations on this theme are described at
http://www.word.mvps.org/FAQs/Macros...SaveAsPath.htm.

If you need instructions for creating the macro, see
http://www.gmayor.com/installing_macro.htm.

The general idea of using macros to intercept built-in commands is
discussed at
http://www.word.mvps.org/FAQs/Macros...tSavePrint.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
  #3   Report Post  
Tucsonshark
 
Posts: n/a
Default

Thank you Jay! It's working perfectly!!

Lindy

"Jay Freedman" wrote:

On Fri, 6 May 2005 14:32:04 -0700, "Tucsonshark"
wrote:

Is there any way to change the default folder that a user saves to when using
one specific template?


In that one template, create a macro like this (substituting your
folder path in the quotes):

Public Sub FileSaveAs
With Dialogs(wdDialogFileSaveAs)
.Name = "c:\windows\temp\"
.Show
End With
End Sub

The special macro name FileSaveAs means that the macro will be
executed whenever the user selects the Save As command on the File
menu. Other variations on this theme are described at
http://www.word.mvps.org/FAQs/Macros...SaveAsPath.htm.

If you need instructions for creating the macro, see
http://www.gmayor.com/installing_macro.htm.

The general idea of using macros to intercept built-in commands is
discussed at
http://www.word.mvps.org/FAQs/Macros...tSavePrint.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I change a template's default saving? Kevin Microsoft Word Help 5 March 29th 05 03:05 AM
Finding the templates folder using explorer Vanessa Microsoft Word Help 1 March 16th 05 01:14 PM
Require different default save folders for different templates - . alanw Microsoft Word Help 1 December 13th 04 12:16 PM
Word should allow me to change the default folder for data files. Fitzage Mailmerge 1 December 4th 04 04:28 PM
Templates in too many languages. Only need English. capt_dalton Microsoft Word Help 0 December 2nd 04 10:29 PM


All times are GMT +1. The time now is 11:54 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"