How to print row and column headers of Excel spreadsheets on every page

Today I'd like to tell you about a small but important feature tucked away in Excel 2016 and its previous versions. In this article you'll learn how to make header rows and column headers print on each page.

If you often have to print large and complex Excel worksheets, I am sure that you face this problem as often as I do. I can easily scroll up and down through the document without losing sight of the column titles because I have the header row frozen. However, when I print the document, the top row is printed only on the first page. If you are sick and tired of turning the printouts back and forth to see what kind of data is in each column or row, feel free to find out the solution to the issue in this article.

Repeat Excel header rows on every page

Your Excel document turns out to be long and you need to print it. You go to the print preview and find out that only the first page has the column titles at the top. Take it easy! You can specify the Page Setup settings to repeat the top row on every printed page.

  1. Open the worksheet that you're going to print.
  2. Switch to the PAGE LAYOUT tab.
  3. Click on Print Titles in the Page Setup group. Click Print Titles on the PAGE LAYOUT tab to open the Page Setup dialog box
  4. Make sure that you're on the Sheet tab of the Page Setup dialog box.
  5. Find Rows to repeat at top in the Print titles section.
  6. Click the Collapse Dialog icon Select range next to "Rows to repeat at top" field. Click the Collapse button to get back to the worksheet and select the rows

    The Page Setup dialog window is minimized and you get back to the worksheet.

    You can notice that the cursor changes to the black arrow. It helps to choose an entire row with one click. Use the black arrow to select a row or several rows

  7. Select a row or several rows that you want to print on every page.

    Note: To select several rows, click on the first row, press and hold the mouse button and drag to the last row you want to select.

  8. Click Enter or the Collapse Dialog button again to return to the Page Setup dialog box. Select rows and click the Collapse button again to return to the Page Setup dialog box

    Now your selection displays in the Rows to repeat at top field. The reference means that the first row will be printed on every page

    Note: You can skip steps 6-8 and enter the range using the keyboard. However, pay attention to the way you enter it - you need to use the absolute reference (with the dollar sign $). For example, if you want to see the first row on every printed page, the reference should look like this: $1:$1.

  9. Click on Print Preview to see the result. Go to the print preview to see the worksheet before printing

There you go! Now you know exactly what the columns mean on every page.

Get a header column on every printout

When your worksheet is too wide, you'll have the header column on the left only on the first printed page. If you want to make your document more readable, follow the steps below to print the column with row titles on the left side of every page.

  1. Open the worksheet that you want to print.
  2. Go through steps 2-4 as described in Repeat Excel header rows on every page.
  3. Click the Collapse Dialog button to the right of the Columns to repeat at left box. Use the Collapse Dialog button to pick the columns to repeat at left
  4. Pick a column or columns that you want to see on every printed page. Select columns that you want to see on every printed page
  5. Click Enter or the Collapse Dialog button again to check if the selected range is displayed in the Columns to repeat at left field.
  6. Press the Print Preview button in the Page Setup dialog box to look at your document before printing. Preview your document before printing

Now you don't have to turn the pages back and forth to find what the values in each row mean.

Excel normally refers to worksheet columns as letters (A, B, C) and to rows as numbers (1, 2, 3). These letters and numbers are called row and column headings. As opposed to row and column titles that are printed only on the first page by default, the headings are not printed at all. If you want to see these letters and numbers on your printouts, do the following:

  1. Open the worksheet that you want to print with the row and column headings.
  2. Go to the Sheet Options group on the PAGE LAYOUT tab.
  3. Check the Print box under Headings. Check the Print box under Headings on the PAGE LAYOUT tab to see the row and column headings on every page

    Note: In case you still have the Page Setup window opened on the Sheet tab, just check the Row and column headings box in the Print section. It also makes the row and column headings visible on every printed page.

     Check the Row and column headings box in the Page Setup dialog box
  4. Open the Print Preview pane (FILE -> Print or Ctrl+F2) to check the changes. Go to the print preview to check the worksheet before printing

Does it look as you desired now? :)

The Print Titles command can really simplify your life. Having header rows and columns printed on every page allows you to understand the information in the document more easily. You won't lose your way in the printouts if there are row and column titles on each page. Try it out and you can only benefit from it!

59 comments

  1. I have a problem where the next row is printing as part of the print title but it is not a selected row?

    Been searching everywhere but can't find where anyone else has had this problem.

    • same problem here, have you found the solution?

  2. How to remove the header logo on every page which it is not necessary.
    Only the first page. How can I solve that issue?

  3. Hello everyone,
    I want to set print headings or title on some specific pages not all page, so any solution i can do this?

    thanks

  4. Very helpful, thank you!

  5. help me to restart my mouse

  6. Thanks!!

  7. If i need two sub title means how can do. please explain

  8. GREAT JOB!!!

  9. Very helpful this tunes. thank you.

  10. Exactly what I needed - thank you!

  11. Thanks. It's really useful and helpful. Thanks again.

  12. Wonderful. Thank you so much for the information.

  13. its really an amazing and useful way to save our time. it really works. thanx a lot for sharing this useful information.

  14. its really an amazing way to save our time. it really works
    Thanks a lot for sharing this useful information.

  15. Hello There?
    Can you help me please?

    I'm Md. Ikhtiar Rahman, Asst. Account of the Company. My major work is every month salary making with over time, maintain attendance and etc. I work everything fine. But Some are formatting is very difficult (I don't know about that). I know and properly use Header and footer, Heading row repeat with Freeze Panes.

    Actually I need to know "HOW I MAKE HEADER ROW REPEAT WITH FOOTER ROW REPEAT" EVERY PAGES (EXAMPLE PAGES link :

    https://drive.google.com/open?id=0B2qWhLQblwjzRUx4WldDcDN4enM

    GREEN AREA IS HEADER AND FOOTER
    AND I NEED TO KNOW HOW I MAKE (RED AREA)

    Best Regards
    IKHTIAR

    • ya i have the same problem. havebeen trying to solve for 2 weeks. I found out a code like this but now i need my write to fit the page, not left centre or right footer. Is there another way to do it or how can i compound the footers?? Thanks a lot.

      Sub berk()
      '
      ' berk Macro
      '
      Dim StrFtr As String, Rng As Range, Sh As Worksheet, c As Range
      Set Sh = Worksheets("Sheet1")
      Set Rng = Sh.Range("A166:K166")

      For Each c In Rng
      StrFtr = StrFtr & c & " "
      Next c

      ActiveSheet.PageSetup.CenterFooter = StrFtr
      End Sub

  16. I didn't have to close any workbooks but closing a page layout menu in another workbook worked.

  17. I'd like to repeat information in a single cell (not a row or column; is there a way to do that?

    I'd appreciate your help

    Sorry, I meant to ask: I'd like to repeat information in a single cell (not an entire row or column) to show on all pages I want to print within the same worksheet.

    I'd appreciate your help

  18. I'd like to repeat information in a single cell (not a row or column; is there a way to do that?

    I'd appreciate your help.

  19. Add duplicate rows down the page when printing

  20. Dear Friend,

    I want repeat a row 2 3 times in same page. How it 's possible.

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)