Today I'd like to tell you about a small but important feature tucked away in Excel 2013 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.
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.
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.
Now your selection displays in the Rows to repeat at top field.
There you go! Now you know exactly what the columns mean on every page.
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.
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:
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!
56 responses to "How to print row and column headers of Excel spreadsheets on every page"
Thats a Amazing.
Thank u so much.
this help for me.
lol
Hi,
I would like to know if there is a way to repeat row and column titles not on each page, but some selected pages.
Thanks,
Abba
Hello, Anna,
I am sorry but the only solution I can recommend is to print pages without titles. You need to specify the range to skip. Then print the necessary range with the row and column headers.
Hope you'll find this information helpful.
I've done this on several versions of Excel but in 2013 that optiion is grayed out.
The same thing happened to me, but that was when I used Print>Page Setup>Sheet tab. That way the field is greyed out.
But I tried using Ekaterina's method, using the Page Layout ribbon, that works well on my Excel 2013.
Hope that helps.
Thanks a lot! searched for it a lot of time!
Hi
I still cannot repeat rows, the the rows to repeat field is greyed out.
I'm with stenili. "I still cannot repeat rows, the the rows to repeat field is greyed out". Clicking on the Collapse Dialog icon does nothing. Odd how this worked for me last week in another file. Thanks.
Thank you very much for that
thanks alot
Thank you - was just what I wanted.
I would like to have the columns repeat on every page break, as I have a years worth of recerts I am trying to input and have to keep going back to original page to see the column I am in.
If you have more than one workbook open. Close the other file, then it should work
This is the first suggestion that worked. Why is it not possible to have multiple workbooks open and select rows to repeat at the top? Is there a technical reason this happens?
Hi everyone. Excel "greys out" or does not let you select rows to repeat if you are in page break preview View. I changed my view to NORMAL and it allowed rows to be selected.
Hope this helps!
I am in Excel 12.3.6. I follow the instructions exactly and lines 1 and 2 that I selected do not end up on each page. Any suggestions?
The "greyed out" issue persisted until I only had one Excel file open. Once I closed the other workbooks, my print titles option opened up!
Thank you! Closing the other workbooks was key for me!
This is the first suggestion that worked. Why is it not possible to have multiple workbooks open and select rows to repeat at the top? Is there a technical reason this happens?
Thank you! Closing the other Workbooks worked!
Thank you - soo much for that... ♥ ♥ ♥
Dear friends..Can any one please help me. I need the Header on the left side and footer on the right side (in Column)..Traditionally header and footer are on top and bottom and on top header u can align left, center and right..But I want the header to be vertical columns..please help me
Take the printed document, insert into copy machine Top edge into the feeder, Tell the copy machine that the Left edge is in the feeder, then press Copy. Your headers will now be vertical columns.
It's nuts, but really as simple as closing all the other files to get rid of the grey and then set the "Rows to Repeat".
yes, i agree. i spent hours doing research online and finally see this post about closing all other workbooks!!! microsoft needs to fix this bug in their programming!! thx for your help.
My Rows to repeat at top: is still grayed out. I've done this countless times for me to repeat rows and columns. Now for some reason it's won't work. Any other suggestions?
Really Informative Thanks Please Keep updates more tricks as we highly expecting from now.....
Dear Friend,
I want repeat a row 2 3 times in same page. How it 's possible.
Add duplicate rows down the page when printing
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.
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
I didn't have to close any workbooks but closing a page layout menu in another workbook worked.
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
its really an amazing way to save our time. it really works
Thanks a lot for sharing this useful information.
its really an amazing and useful way to save our time. it really works. thanx a lot for sharing this useful information.
Wonderful. Thank you so much for the information.
Thanks. It's really useful and helpful. Thanks again.
Exactly what I needed - thank you!
Very helpful this tunes. thank you.
GREAT JOB!!!
If i need two sub title means how can do. please explain
Thanks!!
help me to restart my mouse
Very helpful, thank you!
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
How to remove the header logo on every page which it is not necessary.
Only the first page. How can I solve that issue?
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?
Thanks, it helped me
same problem here, have you found the solution? I have tried adding a row but still the same cant find the solution
Thank you. Works for me.
what is the shortcut key
Hello!
You can learn more about shortcut key in Excel in this article on our blog.
Good info!!! Easy to follow - thanks.