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

Tip: Looking for answers? Try searching our database.

printing first and second page for huge mail merge

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Excel ?? - 20 Aug 2007 00:02 GMT
Hello everyone,
I've gone crazy deleting second pages from first page mail merge...since
first page has to be printed on letterhead and second page of course on
second page letterhead...HOW DO I PRINT ALL FIRST PAGES FIRST (on company
letterhead) AND THEN ALL THE REST OF THE PAGES after???  i've spent so much
time deleting first pages etc..and copying onto a new word doc...and don't
have the time to separate first letterhead page followed by all second pages
and when i do the printer gets all out of wack and first pages start printing
on second page and vice versa! thank you all this will save me so much
time...  

Also what is the field or how do i insert a field into mail merge when a zip
or country is not available onto the address field codes?  thanks all...
Signature

2

Doug Robbins - Word MVP - 20 Aug 2007 01:24 GMT
If you execute the mailmerge to a new document, the letter that is created
for each record will be in a separate section.  If you just want to print
the first page of each letter, specify p1s1, p1s2, p1s3, etc in the Pages
control of the Page Range section of the File>Print dialog.

If your printer can automatically get the first page of a document from one
tray and the following pages from another tray, the following macro will
send each letter to the printer as a separate print job so that the above
feature can be used:

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

> Hello everyone,
> I've gone crazy deleting second pages from first page mail merge...since
[quoted text clipped - 13 lines]
> zip
> or country is not available onto the address field codes?  thanks all...
Excel ?? - 29 Aug 2007 07:38 GMT
Hello Doug,
Thank you for your help..I've been so busy I have not tried this as of
yet...  I will try this as soon as I can...  THank you thank you thank you ;-)
Signature

2

> If you execute the mailmerge to a new document, the letter that is created
> for each record will be in a separate section.  If you just want to print
[quoted text clipped - 30 lines]
> > zip
> > or country is not available onto the address field codes?  thanks all...

Rate this thread:






 
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.