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 80

Downloads 46

CodeID
DB ID