+ Reply to Thread
Results 1 to 2 of 2

Print Title

  1. #1
    Registered User
    Join Date
    01-21-2008
    Posts
    1

    Print Title

    Does anyone know how to get rows to print on multiple pages; for example if I want rows 3,4 and 10 to show up on all pages; without having all three rows in sequential order?

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    Hi Schlic,

    Normally you cannot use non-continguous rows as your Print Title setting. However, using a macro you can reorganize your data before printing (or print preview even) and then set it back the way it was once you've printed or previewed your sheet.
    Please Login or Register  to view this content.
    This code inserts a new row 5, copies row 11 (was row 10 before the insert) to row 5 then deletes row 11 completely to close the gap. It then sets the Print Title group to rows 3-5 and previews or prints your sheet. It then reverses the insert/cut/delete sequence to put your data back to normal.

    To insert this code, right-click on your sheet tab and choose 'View Code'. In the left hand column of the VB Editor window, double-click 'ThisWorkbook' and then paste the vba code shown above into the editor window at the right. Close the VB Editor and click the print or print preview buttons to see if it worked for you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1