Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 626 Bytes

1b95e149-d758-89f9-3879-760ffda01bf8.md

File metadata and controls

38 lines (17 loc) · 626 Bytes

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

See also

Concepts

AutoRecover Object

Other resources

AutoRecover Object Members