How to Save Multiple Excel Sheets as One File (5 Methods)

 

Method 1 – Using the Save As Command

Steps:

  • Select all of the spreadsheets you want to save in one file.
    • Hold Ctrl and left-click on the name of the spreadsheet. If you want to select a series of consecutive spreadsheets, left-click on the first one, and then holding on to Shift, click on the last one. This will select all of the spreadsheets in between.

how to save multiple excel sheets as one file

  • Select the File tab from your ribbon.
  • Select Save As from the left side of the backstage view.

how to save multiple excel sheets as one file

  • In the Save As box, go to the folder you want to save in and select the file type. We are using PDF format.

how to save multiple excel sheets as one file

  • Click on Save.

As a result of these steps, all of the selected spreadsheets will be saved as one PDF or any other format you have selected. Here is the first spreadsheet saved as the first page of the pdf.

This is the second spreadsheet saved on the second page.

This was the third spreadsheet, which is saved on the third page here.

Read More: How to Save Multiple Sheets in Excel


Method 2 – Utilizing the Export Command

Steps:

  • Select the spreadsheets from the bottom left of your Excel file by holding Ctrl and left-clicking on the name of the spreadsheets.

how to save multiple excel sheets as one file

  • Click on the File tab on your ribbon.
  • Select Export from the left of the backstage view of the file.

how to save multiple excel sheets as one file

  • Select the file type from the Export option from the right of the backstage view.

how to save multiple excel sheets as one file

  • Go to the folder where you want to save your file.

how to save multiple excel sheets as one file

  • Click on Publish.

This process will also save multiple selected Excel sheets as one file.

This is the first spreadsheet saved on the first page of our PDF.

The second spreadsheet is saved on the second page of the PDF.

The third spreadsheet is saved on the third page of the PDF.


Method 3 – Using the Entire Workbook Option While Saving

Steps:

  • Select the File tab from your ribbon.
  • Select the Save As command from the left side of the backstage view.

how to save multiple excel sheets as one file

  • Go to the folder where you want to save your file.
  • Select the file type, and click on Options.

how to save multiple excel sheets as one file

  • Select the Entire Workbook option under the Publish What section.

  • Click on OK and save the file.

This will result in the first spreadsheet on the first page of the PDF.

This will be the second page of the PDF file containing the second spreadsheet of the workbook.

The third page of the PDF will contain the third spreadsheet.

Read More: How to Save Excel File in XLSX Format 


Method 4 – Applying the Entire Workbook Option While Exporting as One File

Steps:

  • Select the File tab on your ribbon.
  • Select the Export command from the left of the backstage view.

how to save multiple excel sheets as one file

  • Select the file type you want to export to from the right side of the view.

how to save multiple excel sheets as one file

  • Go to the folder where you want to export your file and select the file type.
  • Click on Options in this box.

how to save multiple excel sheets as one file

  • In the Options box, select Entire workbook under the Publish what section.

  • Click on OK and Publish.

As a result, the first worksheet will be saved on the first page of our PDF.

The second worksheet will be saved on the second page of the PDF.

The third spreadsheet will be saved on the third page of the PDF.


Method 5 – Embedding VBA Code

Steps:

  • Go to the Developers tab on your ribbon.
  • Select Visual Basic from the Code group.

how to save multiple excel sheets as one file

  • As a result, the VBA window will open up. In the new window, select Insert, and from the drop-down menu, select Module.

  • Enter the following code in the newly created module:
Sub SaveMultipleSheets()

Dim saveFileLocation As String
saveFileLocation = "C:\Users\user\Documents\Files\Save Multiple Excel Sheets.pdf"

ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, _
    filename:=saveFileLocation

End Sub
  • Replace the .pdf with your desired extension.
  • Save the file and select the sheets you want to save.

how to save multiple excel sheets as one file

  • To run the code, go to the Developer tab and select Macros from the Code group.

how to save multiple excel sheets as one file

  • Select the code name from the Macro box and click on Run.

The file will be saved as a PDF or the other format you have selected. This is the first page of the PDF.

The second page contains the second sheet.

The third spreadsheet will be on the third page of the PDF file.

Read More: How to Save a Worksheet in Excel


Save Multiple Sheets from Multiple Workbooks as One File

Steps:

  • Select right-click on the name of the spreadsheet you want to move.
  • Select Move or Copy from the context menu.

  • As a result, the Move or Copy box will appear.
  • In the To book option, select (new book) as shown in the figure below.
  • Check the Create a copy.

  • Click on OK.
  • A new workbook named Book1 will be created with the file in it. You can rename the file later.
  • Repeat all the steps for all the spreadsheets you want to save with it. But this time, select Book 1 instead of creating a new book.

  • Select the File tab from your ribbon.
  • Select the Save As command from the left side of the backstage view.

how to save multiple excel sheets as one file

  • Go to the folder where you want to save your file.
  • Select the file type.
  • Click on Options.

how to save multiple excel sheets as one file

  • Select the Entire Workbook option under the Publish What section.

  • Click on OK and save the file.

All of the spreadsheets will now be saved as one PDF. This is the first spreadsheet on the first page of the PDF.


Download the Practice Workbook

You can download the workbook to practice.

This is the saved file in pdf.


Related Articles


<< Go Back to How to Save Excel File | Excel Files | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Abrar-ur-Rahman Niloy
Abrar-ur-Rahman Niloy

Abrar-ur-Rahman Niloy, holding a B.Sc. in Naval Architecture and Marine Engineering, has contributed to Exceldemy for nearly 1.5 years. As a leader in Excel, VBA, and Content Development teams, he authored 114+ articles and assisted the Exceldemy forum. Presently, as a project writer, he prioritizes stepping out of his comfort zone, aiming for constant technical improvement. Niloy's interests encompass Excel & VBA, Pivot Table, Power Query, Python, Data Analysis, and Machine Learning libraries, showcasing his commitment to diverse... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo