How to Backup Excel Files to a Flash Drive – 4 Methods

 

This is the sample dataset.


Method 1. Manually Backup Excel Files to a Flash Drive

Steps:

  • Click File.

Manually Backup Excel Files to a Flash Drive

  • Select Save As.

Manually Backup Excel Files to a Flash Drive

  • Click Browse.

Manually Backup Excel Files to a Flash Drive

  • Select a folder in the flash drive and click Save.

A backup copy is created.

Read More: How to Find Backup Files in Excel


Method 2 – Automatically Backup Excel Files to a Flash Drive

Steps:

  • Click File.

Automatically Backup Excel Files to a Flash Drive

  • Click Options.

The Excel Options dialog box will open.

Automatically Backup Excel Files to a Flash Drive

  • Click Save.
  • Check Save AutoRecover information every and set the time. Here, 10 minutes.
  • Enter the folder location in AutoRecover file location box.
  • Click OK.

Excel will automatically Save the file after every 10 minutes.

Excel created a backup automatically.

Read More: How to Auto Backup Excel File


Method 3 – Applying the Always Create Backup Option to Backup Excel Files

Steps:

  • Follow the first three steps in the first method to open the Save As dialog box.
  • Select General Options in Tools.

Apply Always Create Backup Option to Backup Excel Files

  • Check Always create backup.

Apply Always Create Backup Option to Backup Excel Files

  • Click Save.

A backup is created. The backup file name will be the same, including – ‘Backup’ in front of the original name.


Method 4 – Embed Excel VBA to Backup Files to a Flash Drive

Steps:

  • Press Alt + F11 to open the VBA window.
  • Click: Insert >> Module to create a new module.

Embed Excel VBA to Backup Files to a Flash Drive

  • Enter the following code in the module.
Sub Backup_Files()
ActiveWorkbook.SaveCopyAs "D:\ExcelDemy\" + ActiveWorkbook.Name
ActiveWorkbook.Save
End Sub
  • Click Run.

Embed Excel VBA to Backup Files to a Flash Drive

Code Breakdown

  • A Sub procedure Backup_Files was created.
  • SaveCopyAs saves a copy of the active workbook.
  • Name sets the same name of the active workbook.
  • Save saves the file with that name in the location.

  • Select the Macro Name.
  • Click Run.

A backup copy is saved in the flash drive.


Download Practice Workbook

Download the free Excel template here and practice.


Related Articles


<< Go Back to Recover Excel File | Excel Files | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Sourov Hossain Mithun
Md. Sourov Hossain Mithun

Md. Sourov Hossain Mithun, an Excel and VBA Content Developer at Softeko's ExcelDemy project, joined in October 2021. Holding a Naval Architecture & Marine Engineering degree from BUET, Mithun showcases expertise during his two-year tenure. With over 200 published articles on Excel topics, he earned a promotion to Team Leader, excelling in leading diverse teams. Mithun's passion extends to Advanced Excel, Excel VBA, Data Analysis, and Python programming, contributing significantly to the innovative and dynamic environment of ExcelDemy... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo