Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 -- 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 "bill" wrote in message ... 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 from tray two on our printer. Is this possible to do? How? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple copies & Landscape problems when printing in Word | Microsoft Word Help | |||
Printing multiple copies of each label using mail merge | Mailmerge | |||
How do I setup a marco for printing to a specific tray on a hp 43. | Microsoft Word Help | |||
Printing Selected Pages from a Document Containing Multiple Page Numbering Schemes | Page Layout | |||
Printing multiple pages in 1 problem | Microsoft Word Help |