How can I test if a save is due to a user overt action or autosave

J

Jeff

I have a routine in Word that hooks into the save of a document. It gets
called for a user doing a “Save†or “Save Asâ€. It also gets called when Word
does a background autosave. How can I tell if it is a background save?

Any suggestions? Thanks for any help.
 
D

Doug Robbins - Word MVP

If your routine is in macros that are called FileSave and FileSaveAs, it
would run when those commands are invoked by the user. It would not run
when an autosave takes place.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Top