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 / December 2004

Tip: Looking for answers? Try searching our database.

How do I print 1st page letterhead 2nd plain in Word mail merge

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Todd - 23 Dec 2004 00:07 GMT
I'm using an HP 8150 printer. I have a 2 page letter that I want the 1st page
on leterhead and the 2nd page on plain paper. After I perform the merge it
prints the 1st page on letterhead as I want. Then it prints all other pages
on plain paper instead of starting over with each new letter. It seems to
treat the merge as 1 big 20 page document instead of 10, two page letters.

I've been on the phone w/ HP for 2 hours and it seems to be in Word. If I
make a single 2 page doc w/ 1st letterhead and 2nd plain, then I tell the
printer to print 2 or more copies it will alternate leterhead and plain as I
want. But if I print from the merge function of Word it only prints the 1st
page on letterhead.

Thanks,
Todd
Doug Robbins - Word MVP - 23 Dec 2004 00:39 GMT
Use the following macro to print the document

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

That will cause Word to send each letter to the printer as a separate print
job.

Signature

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested.  Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP

> I'm using an HP 8150 printer. I have a 2 page letter that I want the 1st page
> on leterhead and the 2nd page on plain paper. After I perform the merge it
[quoted text clipped - 10 lines]
> Thanks,
> Todd
 
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.