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 2006

Tip: Looking for answers? Try searching our database.

Printing to different paper in a 2-page merge document

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Shelly - 17 May 2006 21:43 GMT
I have a 2-page document, each page of which will be personalized via mail
merge. I need to print the first and second pages on different paper for each
set of letters. I know how to set the printer options when I have a single
2-page letter, but I can't figure out how to do it for the merged letters.

How do I set it up so the printer alternates pulling from tray 1 (for first
page) and tray 2 (for continuation page) of the letters?

Thanks in advance.
Doug Robbins - Word MVP - 18 May 2006 04:48 GMT
If you execute the merge to a new document and then use a macro containing
the following code on that document, it will send each letter to the printer
as a separate print job, which may allow you to achieve what you want.

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

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

>I have a 2-page document, each page of which will be personalized via mail
> merge. I need to print the first and second pages on different paper for
[quoted text clipped - 7 lines]
>
> Thanks in advance.
Shelly - 18 May 2006 13:51 GMT
Thank you for the information. However, I have never worked with macros so I
have no idea how to include it in the merged document.

> If you execute the merge to a new document and then use a macro containing
> the following code on that document, it will send each letter to the printer
[quoted text clipped - 18 lines]
> >
> > Thanks in advance.
Peter Jamieson - 18 May 2006 15:12 GMT
See

http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

Peter Jamieson

> Thank you for the information. However, I have never worked with macros so
> I
[quoted text clipped - 28 lines]
>> >
>> > Thanks in advance.
Graham Mayor - 18 May 2006 15:24 GMT
You don't 'include it in the document' you run it with the merged docuemnt
open. See http://www.gmayor.com/installing_macro.htm

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> Thank you for the information. However, I have never worked with
> macros so I have no idea how to include it in the merged document.
[quoted text clipped - 31 lines]
>>>
>>> Thanks in advance.
 
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.