AutoRecover.Path property (Excel)
Returns or sets a String value that represents the complete path to where Microsoft Excel will store the AutoRecover temporary files.
Syntax
expression.Path
expression A variable that represents an AutoRecover object.
Example
This example sets the path of the AutoRecover file to drive C.
Sub SetPath()
Application.AutoRecover.Path = "C:\"
End Sub
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.