How to Turn on AutoSave in Excel?

How Do I Activate the AutoSave Option in Excel?

We have all experienced instances where Microsoft Excel unexpectedly crashed and we lost the data we were working on, or the power went out while we were using it. Imagine this sort of data loss when you are working on a valuable project, this can cause you a lot of trouble. But we can prevent these kinds of incidents from happening by utilizing a few simple Excel features. To avoid data loss due to crashes or load shedding, we have two options: the AutoRecover option, which is available in older versions of Excel, and the AutoSave option, which is only accessible in Office 365. In this tutorial, I will show you how you can utilize these options to keep your precious data safe.

This Content Covers:

  1. What is AutoSave in Excel?
  2. AutoSave Vs AutoRecover
  3. Turn On AutoRecover in Previous Versions of Excel
  4. Turn On AutoSave in Excel 365
  5. Adding AutoSave to QAT in Excel 365
  6. How to Restore Unsaved Excel Files?
  7. Automatically Save File Before Closing using VBA
  8. Some Basic Questions & Issues with AutoSave
  1. What Is AutoSave in Excel?

For Microsoft 365 members, Excel now has a new function called AutoSave that automatically saves your file as you work every few seconds. With Microsoft 365, AutoSave is automatically activated when a file is stored on OneDrive, OneDrive for Business, or SharePoint Online.

  1. AutoSave Vs AutoRecover
  • In contrast to AutoRecover, which was included in earlier versions, AutoSave is a new function in Excel Office 365.
  • When you save your Excel files in OneDrive or Sharepoint, AutoSave enables you to save your work in real-time; in contrast, AutoRecover saves the file once every 10 minutes or whatever time you specify.
  1. Turn On AutoRecover in Previous Versions of Excel

Step 1: Right click on QAT (Quick Access Toolbar) and select More Commands. This will open Excel Options dialogue box.

Turn on Autosave

Step 2: Click on Save. To turn on AutoRecover, check Save AutoRecover information every box. This will enable the AutoRecover option. By default, the time is set to 10 minutes, but you can change it to your preference. For safety purposes of your precious work, also check Keep the last AutoRecovered version if I close without saving box. In case your app crashes, when you will open the file again Excel will show you the option to auto-recover any unsaved files/data if this option is enabled. When all these are done, press OK.

Turn on Autosave

Step 3: You can also open the Excel Options dialogue box from File>>Options.

Turn on Autosave

  1. Turn On AutoSave in Excel 365

Step 1: Just like enabling AutoRecover, right click on QAT and choose More Commands. Then go to Save tab and check AutoSave OneDrive and SharePoint Online files by default on Excel box, click OK. This will turn on AutoSave in your Excel 365.

Turn on Autosave

  1. Adding AutoSave to QAT for Office 365

Step 1: If the AutoSave option is not displaying in your QAT by default, you can add it manually from Excel Options dialogue box. Simply click on the QAT button and choose More Commands option from the drop-down list.

Turn on Autosave

Step 2: This will open the Excel Options dialogue box. Select Quick Access Toolbar tab and choose Popular Commands in the left-hand side box. Scroll down and select Turn AutoSave On/Off, then press the Add>> button to add this option into the right-hand side box. Now press OK.

Turn on Autosave

Step 3: Done, the AutoSave option is added in the QAT area. Now you can turn it on and off with one click.

Turn on Autosave

  1. How to Restore Unsaved Excel Files?

Step 1: Click on File and then Open. Select Recover Unsaved Workbooks option.

Turn on Autosave

Step 2: This will open the folder where all the unsaved files are stored. Select the file you want and press OK. This will open the file in your Excel. Now you can save it.

Turn on Autosave

  1. Automatically Save File Before Closing using VBA

Step 1: Right click on the worksheet name and choose View Code.

Turn on Autosave

Step 2: Click on View tab then select Project Explorer.

Turn on Autosave

Step 3: Double click on ThisWorkbook option and it will open this workbook Code window. Insert the below given code inside the window and close it. Now, it will run this code whenever a modification is made to the worksheet and you close it without saving. This code will save it, and then close it.

Private Sub Workbook_BeforeClose(Cancel As Boolean)

ThisWorkbook.Save

End Sub

Turn on Autosave

  1. Some Basic Questions & Issues with AutoSave
  • Why can’t I turn on AutoSave in Excel?

For some files, particularly large files or files stored on SharePoint, the AutoSave settings might not work. You can re-check the AutoSave box by selecting “File > Options > Save.”

  • How to Change AutoSave Location in Excel?

Go to Files>>Options>>Save then change the AutoSave location from there.

 

For ready-to-use Dashboard Templates:

  1. Financial Dashboards
  2. Sales Dashboards
  3. HR Dashboards
  4. Data Visualization Charts

Leave a Comment

Your email address will not be published. Required fields are marked *

Categories