Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / February 2005

Tip: Looking for answers? Try searching our database.

Multiple Printer Tray Printing

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bill - 04 Feb 2005 19:35 GMT
I have a merged document that is a series of 3 page reports combined into one
long document. The first page of every three page report needs to print on
letterhead paper from tray one on our printer. The other pages need to print
from tray two on our printer. Is this possible to do? How?
Doug Robbins - 04 Feb 2005 23:08 GMT
You are probably going to need a macro something like the following which
sets the pagesetup for each section so that the FirstPage comes from a
particular tray (I don't know which one it will be in your case) and then
prints out that section:

Dim i As Long
For i = 1 To ActiveDocument.Sections.Count
   ActiveDocument.Sections(i).PageSetup.FirstPageTray = wdPrinterLowerBin
'modify as required
   ActiveDocument.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next

Signature

Please respond to the Newsgroup for the benefit of others who may be
interested.   Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP

>I have a merged document that is a series of 3 page reports combined into
>one
> long document. The first page of every three page report needs to print on
> letterhead paper from tray one on our printer. The other pages need to
> print
> from tray two on our printer. Is this possible to do? How?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.