Can you print an extra page based on a flag within a Word doc?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a 3 page Word doc.
the 3rd page is separate section with corss references to info on the 1st page
Sometimes I need multiple copies of page 3
Is there some way to put a number in a field on page 1 that will generate
that numebr of page 3's?

thanks

(e-mail address removed)
 
I said:
I have a 3 page Word doc.
the 3rd page is separate section with corss references to info on the
1st page Sometimes I need multiple copies of page 3
Is there some way to put a number in a field on page 1 that will
generate that numebr of page 3's?

thanks

(e-mail address removed)

I suppose you could lash up something with a field and a macro, but you can
do it easily in the Print dialog. For example, if you want pages 1 and 2
plus three copies of page 3, put the cursor in the Pages box of the dialog
and type

1,2,3,3,3
 
Back
Top