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 / May 2007

Tip: Looking for answers? Try searching our database.

Multi page merge with different page types

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dan - 02 May 2007 20:30 GMT
Does any version of Word allow page definitions to be defined with printer
tray assignments so a multi page merged document will pull the appropriate
paper for each page?

For example, I have a 3 page letter and need to print page 1 on letterhead
and pages 2 and 3 on second page letterhead.

Thanks in advance for your assistance.
Doug Robbins - Word MVP - 03 May 2007 08:32 GMT
I do not believe that there is anything that can be done in the mail merge
operation, but if the merge is executed to a new document, then the
following macro can be used to print each letter as a separate print job and
you then can probably get what you want:

Dim i As Long
With ActiveDocument
   For i = 1 To .Sections.Count
       .PrintOut Background:=False, Range:=wdPrintFromTo, From:="s" & i, _
To:="s" & i
   Next i
End With

Signature

Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

> Does any version of Word allow page definitions to be defined with printer
> tray assignments so a multi page merged document will pull the appropriate
[quoted text clipped - 4 lines]
>
> Thanks in advance for your assistance.
 
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.