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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top