Solution Needed For Printing Titles Issue

STEVEMILLS04

Board Regular
Joined
Oct 8, 2009
Messages
113
I have a sheet with several pivot tables, graphs, tables, headers, etc... stacked vertically. The first couple of pages of content fit on onto their own single page, however, the last Pivot Table spans 4-5 pages and to throw a wrench into things, I am using the pivot table to add long formulas to the left of it to represent the data as I need it so it is a combination of a pt and a range of cells, organized to look like one table.

What I need is the first few pages to not repeat any titles, then the final few pages that have the last pt should repeat a static set of headers.

I am open to just about any solution, including VBA, as I will be the only one working in the Excel version of the report.

I appreciate any help, ideas, criticism...
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi, if you're willing to use VBA, then write a macro that applies the print headers and prints part 1, then removes the print headers and prints part 2.

I'm not a VBA expert, so I can't write the code for you, but if you try recording a macro while you do this task manually, I think it may well give you usable code for something like this.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top