View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
FastWordHelp
 
Posts: n/a
Default Automatically save document when closing

Hi Clang,

This can be done using VBA. You could provide a document that your user
opens up, works with, and then closes. The VBA could trigger on close and
look for the predefined folder hard coded into the VBA and even create the
folder if it's not available on their system. You would have to define how
you want to name the file and what to do if that filename already exists. It
could easily add a date or -02 suffix to the name to deal with this.

--John
www.FastWordHelp.com

"Clang" wrote:

Is it possible to configure a template so that when it is opened as a
document it will automatically save as a .doc to a specified location when
you close out of the document? I would want this to do this without further
input from the individual using the template.