Enable AutoRecovery using Word VBA / Set Auto Recovery Duration using VBA

The following code will help to set the AutoRecovery On using VBA. The frequency of Autorecovery Save can also be set / reset

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Sub EnableAutoRecovery()

Options.SaveInterval = 5

End Sub

Word Enable Auto Recovery