Skip to main content

How to print multiple workbooks in Excel?

Sometimes you may need to print multiple workbooks. To print multiple workbooks one after another, it will be tedious. How about making settings of print multiple workbooks once to bath print multiple workbooks? This article will guide you to entirely print multiple workbooks at one time. No matter the workbooks are in the same directory or multiple directories.

Print active worksheets of multiple workbooks at one time

Print all worksheets of multiple workbooks with VBA code

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


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

If you have multiple workbooks which contain many worksheets, but you just need to print the active worksheet of each workbooks, you can solve this problem with 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 contains 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

And then all of the active worksheets within the opened workbooks are printed.

Notes:

1. All workbook files that you want to print must be in the same folder.

2. This way won't print entire workbooks. It can only print the active worksheets of each workbook.


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()
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 F5 key to run the code, and all of the worksheets within the workbooks will be printed.


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 they are staying in one folder or different folders.

Kutools for Excel includes more than 300 handy Excel tools. Free to try with no limitation in 30 days. Get it Now.

After installing Kutools for Excel, please do as follows:

1. Click Enterprise > Printing Tools > Print Multiple Workbooks Wizard. See screenshot:

doc-print-multiple-workbooks2

2. On the step1of the Print Multiple Workbooks Wizard, 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 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 are in multiple directories, on step 2 of the wizard, click 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, check the worksheets you want to print from the right workbook list.

doc-print-multiple-workbooks7

4. Click 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 is going to be printed.
  • Generate a summary report: It will generate a report which 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 reuqires a password to open.
  • Use this password: Please enter the password to print the files that requires 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 Finish button to start printing, It will completely print one workbook after another.

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


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
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations