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
Welcome to VBA Tips & Tricks. All VBA related information will be posted on this blog. Of late, VBA has been disregarded by many software professionals for .Net, c# and other technologies. This blog will also post articles related to them too Happy reading
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
No comments:
Post a Comment