How to save a copy of an Excel file

When using Excel, it is easy to save just one worksheet from a workbook as a new Excel file. But what if you keep only one worksheet and delete the other worksheets in the workbook? This article will show you how to save only one worksheet as a new Excel file and then delete the inactive worksheets in current workbook.

Save just one worksheet as new Excel file with Move or Copy
Save just one worksheet in current workbook with VBA
Save just one worksheet in current workbook with one click


Save just one worksheet as new Excel file with Move or Copy

The Move or Copy utility of Excel feature helps you to easily save a certain worksheet as a new Excel file. You can do as follows.

1. Right click on the sheet tab (the worksheet you need to save as new file) in the sheet tab bar, then click Move or Copy.

How to save a copy of an Excel file

2. In the Move or Copy dialog box, select (new book) from the To book drop-down list, check the Create a copy box, and then click the OK button. See screenshot:

How to save a copy of an Excel file

3. Then the specified worksheet is moved in a new created workbook, please save this workbook manually.


Save just one worksheet in current workbook with VBA

If you want to delete all worksheets and save just one certain worksheet in current workbook, the following VBA code can help you.

1. Press Alt + F11 simultaneously to open the Microsoft Visual Basic for Application window.

2. In the Microsoft Visual Basic for Application window, click Insert > Module. Then copy and paste below VBA code into the Module window.

VBA code: delete all sheets except certain one in current workbook

Sub DeleteSheets1() Dim xWs As Worksheet Application.ScreenUpdating = False Application.DisplayAlerts = False For Each xWs In Application.ActiveWorkbook.Worksheets If xWs.Name <> "test" Then xWs.Delete End If Next Application.DisplayAlerts = True Application.ScreenUpdating = True End Sub

Note: in the code, “test” is the worksheet name we need to keep only in current workbook. Please change it to your worksheet name.

3. Press the F5 key to run the code. Then you can see all worksheets in current workbooks are deleted but the specified one. And then save the workbook as you need.


Save just one worksheet in current workbook with one click

The Delete All Inactive Sheets utility of Kutools for Excel helps you to quickly delete all worksheets except current one with just one click.

Before applying Kutools for Excel, please download and install it firstly.

1. Shift to the worksheet you need to keep only in current workbook, then click Kutools Plus > Worksheet > Delete All Inactive Sheets. See screenshot:

How to save a copy of an Excel file

Then a prompt dialog box pops up, if you determine to delete them, click the OK button.

How to save a copy of an Excel file

Then all inactive worksheets are deleted immediately from current workbook.

  If you want to have a free trial ( 30-day) of this utility, please click to download it, and then go to apply the operation according above steps.


Save just one worksheet


The Best Office Productivity Tools

Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%

  • Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails...
  • Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
  • Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns... Prevent Duplicate Cells; Compare Ranges...
  • Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
  • Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
  • Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
  • Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
  • Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
  • More than 300 powerful features. Supports Office/Excel 2007-2019 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features 30-day free trial. 60-day money back guarantee.

How to save a copy of an Excel file


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!

How to save a copy of an Excel file

How do you create a duplicate of an Excel File?

Right click on the worksheet tab and select Move or Copy. Select the Create a copy checkbox. Under Before sheet, select where you want to place the copy. Select OK.

How do I save a copy of a File?

Click the File tab..
Click Save As..
Choose a file location, such as OneDrive or This PC to store your file..
In the File name box, enter a new name for the file..
In the Save as type list, click the file format that you want to save the file in. For example, click Rich Text Format (. rtf), Web Page (. htm or . ... .
Click Save..

How do I save an Excel sheet as a separate File?

Save a single worksheet.
Right-click the worksheet name tab..
Click select Move or Copy..
Click on the Move selected sheets to Book drop-down menu. Select (new book)..
Click OK. Your new workbook opens with your moved worksheet. ... .
Click File > Save in your new workbook..

How do I save a document without changing the original?

These days with AutoSave, your changes are always being saved so you won't lose your work. To make sure you don't accidentally save changes in the original file, use Save a Copy BEFORE you start making your edits to ensure you're working on the new copy and not overwriting the original.