Skip to main content

How to print each row/cell on a separate page in Excel?

For example you have a salary table, and you want to print each record in a separate page in Excel, how do you deal with it? This article will introduce three methods to get it done easily in Excel.


Print each row/cell on a separate page with adjusting row height

If a row is high enough to take up a print page, the row will be printed in a single page. Therefore, this method will guide you to adjust the row height to print each row/cell on a separate page in Excel.

1. Click the Page Layout > Margins > Custom Margins.

2. In the opening Page Setup dialog box, type 2.5 into both Top box and Bottom box, and click the OK button.

Note: The number of top margin and bottom margin may be different based on your paper size. You may need to adjust it in your case.

3. Select all rows that you will print each in single page, right click the row header and select Row Height from the right-clicking menu.

4. In the opening Row Height dialog box, type 250 into the Row height box, and click the OK button.

5. Click the File (or Office button)> Print, you will see each row in a separate page in the Print Previewing area as below screen shot shown, and click the Print button to print them.


Print each row/cell on a separate page with VBA

Here we also provide a VBA code to print each row/cell on a separate page in Excel.

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

2. Click the Insert > Module, and then paste the following code into the opening Module window.

VBA: Print each row/cell on a separate page in Excel

Sub PrintOneLine()
Dim Rng As Range
Dim WorkRng As Range
Dim xWs As Worksheet
On Error Resume Next
xTitleId = "KutoolsforExcel"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8)
Set xWs = WorkRng.Parent
For Each Rng In WorkRng
xWs.PageSetup.PrintArea = Rng.EntireRow.Address
xWs.PrintPreview
Next
End Sub

3. Press the F5 key or click the Run button to run this VBA. Then a dialog box comes out, please specify the range that you will print each row in a separate page, and click the OK button.

4. Now each row is previewed in an individual Print Preview window. You need to click the Print button in each Print Preview window one by one until all rows are printed.


Print each row/cell on a separate page with Kutools for Excel

If you have Kutools for Excel installed, its Split to Columns utility can help you print each row/cell on a separate page in Excel easily.

Kutools for Excel - Packed with over 300 essential tools for Excel. Enjoy a full-featured 30-day FREE trial with no credit card required! Download now!

1. Click the Kutools Plus > Split to Columns.
doc split to column

2. In the opening Split to Columns dialog box, you need to:

(1) In the Titles range box, specify the title range that you will insert at the top of each printed page;
(2) In the Data range box, specify the data range that you will print each row in an individual page;
(3) In the Rows per printed page box, type 1;
(4) In the Number of Segments box, type 1.
(5) Click the Ok button.

Then you will see each row is split to a single print page in a new worksheet, and the specified title range is added into every print page. See below screen shot:

Note: To see each print page more obviously, you can click the View > Page Break Preview to shift to the Page Break Preview view.

3. Click the File (or Office button) > Print, you will see each row/cell is displayed in an individual page.

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now


Print each row on a separate page with Kutools for Excel

Apart from the Split to Column utility, Kutools for Excel developed another Insert Page Break Every Row utility to help you print each row on a separate page in Excel.

Kutools for Excel - Packed with over 300 essential tools for Excel. Enjoy a full-featured 30-day FREE trial with no credit card required! Download now!

1. Select the range that you will print each row on a separate page, and click the Kutools Plus > Printing > Insert Page Break Every Row.
doc insert page break every row

2. In the Opening Insert Page Break Every Row dialog, type 1 into the Interval of box, and click the Ok button.

Then a dialog box will come out and tell you how many page breaks have been inserted. Just click the OK button to close it.

3. Click the File (or Office button) > Print to print each row on a separate page easily.

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now


Demo: print each row/cell on a separate page in Excel


Kutools for Excel: Over 300 handy tools at your fingertips! Start your 30-day free trial with no feature limitations today. Download Now!

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 (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations