Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Printing / January 2007

Tip: Looking for answers? Try searching our database.

Printing Table Border Lines at end of each Page

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
RFJ - 11 Jan 2007 16:25 GMT
I've got a long table that prints over six pages. It has a border around the
whole table and lines between each column.

I can print the column headings on each page which I've done via the "Rows
to Repeat at Top' option. But is there a way I can print a line at the
bottom of each page ie "Rows to Repeat at bottom' option

TIA

Rob
Gord Dibben - 11 Jan 2007 19:18 GMT
No such function in Excel as "rows to repeat at bottom"

What is a "line between each column"?  A border line?

Place a bottom border across a row of cells above each pagebreak.

In View>PageBreak View adjust your pagebreaks so the border line between pages
is at the bottom of each page.

Couple of other workarounds.

1.   Use custom footer and enter a gang of underscores in left footer.

2.   Enter this in an out-of-the-way cell.   =REPT(CHAR(151),50))

Then run this macro.

Sub CellInFooter()
   With ActiveSheet
       .PageSetup.LeftFooter = .Range("X1").Value
   End With
End Sub

Where "X1" is the cell with the formula.

Gord Dibben  MS Excel MVP

>I've got a long table that prints over six pages. It has a border around the
>whole table and lines between each column.
[quoted text clipped - 6 lines]
>
>Rob

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.