Pages

Thursday, January 01, 2009

How to Disable AutoRecovery using Word VBA

Word Auto Recovery will be a nemesis if you are working with large documents. It can be disabled by using the following code

Sub DisableAutoRecovery()

Options.SaveInterval = 0

End Sub




Word Disable Auto Recovery

No comments:

Post a Comment