Selective Print

I

isbjornen

Hello,

I need some help with selective printing; here it is simplified:

I have a 20 page document where each page has a table. At certain times it
needs to have pages 4-6 and 10-20 printed (print Monthly). Other times it
needs to have 1-9 and 12-15 printed (print Annually). Over time, the page
count will definitely increase by inserting pages with tables inside the
document, i.e. I have to print 4-7 and 11-21 instead.

I need to somehow mark the 'Monthly' pages and the 'Annually' pages in the
document so that I can print using VBA code independent of page numbering.
Any ideas?

Thanx!
 
T

Tony Jollans

Page numbers are not a consistent measure - you need to use some other
indicator(s). Perhaps the easiest way, unless you have some reason not to do
it, would be to make the parts you want to print into individual Sections
which, when printed would include however many pages they happened to span.
 
Top