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 / September 2006

Tip: Looking for answers? Try searching our database.

How to get mail merge/word to print odd/even from dif trays

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
LRutherford - 07 Sep 2006 22:49 GMT
Trying to print mail merge- over 100 recipients 2 pages per--need to print
odd pages from one printer drawer(page 1 preprinted letterhead) and even from
another drawer(page 2 preprinted letterhead). I found in page set-up where
you can print page 1 from one drawer and "other pages" from a different
drawer but because it's a mail merge it does not recognize that pages 3-4 are
actually a new 1-2. So pages 3 and beyond get pulled from the Page 2
preprinted letterhead drawer.

anyone know what to do with this. If I have to collate the letterhead by
hand it will take hours.
Doug Robbins - Word MVP - 08 Sep 2006 04:46 GMT
Execute the merge to a new document and with that document displayed, run a
macro containing the following code:

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

That will send each letter to the printer as a separate print job so that
your page 1 and page 2 source settings should be used.

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

> Trying to print mail merge- over 100 recipients 2 pages per--need to print
> odd pages from one printer drawer(page 1 preprinted letterhead) and even
[quoted text clipped - 8 lines]
> anyone know what to do with this. If I have to collate the letterhead by
> hand it will take hours.
 
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.