Autosave

D

David

Does anyone know of a way to force word to do an
autosave, on a document you have opened. I need to
programatically get Word to do an Autosave.
 
M

MarkM

If I understand your question correctly, you want to save
the document to some location, in the background.

My approach to this has been to force a call to an
application.ontime method when the document opens. Then
every x minutes, the document will save itself.

sub AutoOpen
 
Top