Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
LRutherford LRutherford is offline
external usenet poster
 
Posts: 1
Default How to get mail merge/word to print odd/even from dif trays

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.
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default How to get mail merge/word to print odd/even from dif trays

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.

--
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

"LRutherford" wrote in message
...
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.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
No print option in Step 6 of Directory mail merge Kokomojo Mailmerge 3 February 9th 06 07:15 PM
In Mail Merge, print many continuous different labels from Excel? Moemar Mailmerge 1 February 5th 06 10:32 PM
How do I print mailing labels with mail merge? DanaTunstall Mailmerge 5 February 13th 05 09:09 PM
how can you print or convert the recipient list in a mail merge d. Debbie K Mailmerge 1 December 17th 04 10:06 AM
How can you print all documents in a mail merge? BLJ Mailmerge 1 December 9th 04 05:16 PM


All times are GMT +1. The time now is 05:17 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"