Showing posts with label Disable AutoRecovery using Word VBA. Show all posts
Showing posts with label Disable AutoRecovery using Word VBA. Show all posts

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
Related Posts Plugin for WordPress, Blogger...
Download Windows Live Toolbar and personalize your Web experience! Add custom buttons to get the information you care about most.