Skip to main content

How to print multiple workbooks in Excel?

Author: Kelly Last Modified: 2024-07-23

Printing multiple workbooks one by one can be a tedious task. Wouldn't it be more efficient to print all your required workbooks at once? This article provides a step-by-step guide on how to batch print multiple Excel workbooks simultaneously, regardless of whether they are located in the same or different directories. This method ensures a streamlined printing process, saving you time and effort.

Print active worksheets of multiple workbooks at one time

Print specific or all worksheets of multiple workbooks with Kutools for Excel

Print all worksheets of multiple workbooks with VBA code


arrow blue right bubble Print active worksheets of multiple workbooks at one time

If you have multiple workbooks that contain many worksheets, but you just need to print the active worksheet of each workbook, you can solve this problem with the following steps:

1. Put the workbooks that you want to print into one folder, and make sure the workbooks are opened, then activate the worksheets you want to print of the workbooks.

2. Go to the folder containing the workbooks you want to print, select all of the workbooks, and right-click, choose Print from the context menu, see screenshot:

doc-print-multiple-workbooks1

Then all of the active worksheets within the opened workbooks are printed.

Notes:
  • All workbook files that you want to print must be in the same folder.
  • This way won't print entire workbooks. It can only print the active worksheets of each workbook.

arrow blue right bubble Print specific or all worksheets of multiple workbooks with Kutools for Excel

If you want to print the specified worksheets in the selected workbooks from a folder or multiple folders, the above methods are not effective for you. But Kutools for Excel can do it! Kutools for Excel's Print Multiple Workbooks Wizard tool can completely print all or specific workbooks no matter if they are staying in one folder or different folders.

Note: To apply this Print Multiple Workbooks Wizard feature, firstly, you should download and install Kutools for Excel.

After installing Kutools for Excel, please do as follows:

1. Click Kutools Plus > Printing > Print Multiple Workbooks Wizard.

2. In the Print Multiple Workbooks Wizard - Step 1 of 4 dialog box, select the type of files to be printed, if you select all of the files to be printed are in the same directory, on step 2 of the wizard, click the Browse button to choose the folder which contains the workbooks you want to print, then choose the type of files, you can print xls files, CSV, txt, prn files or both, you can specify the other file format from File specification you need as well.

doc-print-multiple-workbooks3
-1
doc-print-multiple-workbooks4

If you select The files to be printed in multiple directories, on step 2 of the wizard, click the Add Files button to add the workbooks in different directories.

doc-print-multiple-workbooks5
-1
doc-print-multiple-workbooks6

3. On step 3 of the wizard, select the printing sheet type, there are several print types you can use:

  • Print entire workbooks completely
  • Print worksheets only
  • Print Chart sheets only
  • Print worksheets and Chart sheets together
  • Print the specific worksheets, and check the worksheets you want to print from the right workbook list.

doc-print-multiple-workbooks7

4. Click the Next button, on step 4 of the wizard, and specify the printing settings as your need:

  • Options: Quiet Mode: It will not open the files that are going to be printed.
  • Generate a summary report: It will generate a report that includes the information of the files to be printed and also lists the errors that occurred.
  • Disable Auto macros: The auto macros will not be executed in the open workbooks.
  • Password: Prompt for passwords: It will prompt a dialog box for you to enter the password for printing the files that requires a password to open.
  • Use this password: Please enter the password to print the files that require a password to open.
  • Links & remote references: It will update the links and remote references when each file is opened.

doc-print-multiple-workbooks8

5. Click the Finish button to start printing, It will completely print one workbook after another.

If you want to know more detailed information about this feature, please click Print Multiple Workbooks Wizard.


arrow blue right bubble Print all worksheets of multiple workbooks with VBA code

If you want to print all worksheets of multiple workbooks, the above method will not work, but the following short VBA code can help you quickly print them.

1. Hold down the ALT + F11 keys, and it opens the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and paste the following code in the Module Window.

Sub PrintAllSheets()
'Updated by Extendoffice 2024/07/23
Dim wb As Workbook, sht As Object
For Each wb In Excel.Workbooks
For Each sht In wb.Sheets
sht.PrintOut
Next sht
Next wb
End Sub
  

3. Then press the F5 key to run the code, and all of the worksheets within the workbooks will be printed.


Related Articles:

How to copy Excel page setup to other worksheets in excel?

How to print ranges in Excel?

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


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!

Comments (3)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
It doesn't print every sheet that I selected. Also the summary report that is produced isn't accurate.
Is there a limit on how many workbooks you can print sheets from?
This comment was minimized by the moderator on the site
For the VBA code method, is there a way to add code to select which printer to print to? IE: if I want them to print to PDF rather than the default paper printer?
Thanks,
This comment was minimized by the moderator on the site
Thanks for useful article.
There are no comments posted here yet
Leave your comments
Posting as Guest
Rate this post:
0   Characters
Suggested Locations