HOWDY!

The following lines copies the entire print range for the activeworksheet:

Dim wks as Worksheet
wks.Range(wks.PageSetup.PrintArea).Copy

How can I alter this so that it will select the individual pages inside the selected print range instead of the ENTIRE print area?

Thanks.

- Chris