AutoSaveOn

Automatically save workbook (when using OneDrive) on or off
This is the VBA command to turn on or off AutoSave for Microsoft Excel.

CodeFunctionName
What is this?

Public

Tested

Original Work

' To turn autosave off
ActiveWorkbook.AutoSaveOn = False


' To turn autosave on
ActiveWorkbook.AutoSaveOn = True

Views 89

Downloads 53

CodeID
DB ID