Re: Printing - across then down
From: John (mjensen_at_theriver.com)
Date: 05/19/04
- Next message: Sully: "Project Server Central"
- Previous message: Fred Newton: "Printing - across then down"
- In reply to: Fred Newton: "Printing - across then down"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 May 2004 08:51:29 -0700
Fred,
To the best of my knowledge Project does not have a built in method for
printing across then down like Excel. However, for double sided
printing, it is basically a two step process. For example, say the
project file is 6 sheets total. First set the print range for sheets 1
through 3. Then flip the sheets over and set the print range for sheets
4 through 6.
If the above is too much of a hassle, a fairly simple VBA macro could be
written to achieve the same effect using the FilePrint Method. I would
set up a loop based on the number of pages in the total print area. Then
simply print one page at a time selecting adjacent pages on each run
through the loop. Or if you want to do double sided printing, add a
pop-up message box to temporarily stop printing while the user flips the
sheets over.
John
- Next message: Sully: "Project Server Central"
- Previous message: Fred Newton: "Printing - across then down"
- In reply to: Fred Newton: "Printing - across then down"
- Messages sorted by: [ date ] [ thread ]