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

Tip: Looking for answers? Try searching our database.

Microsoft Word 2002 merge, and photocopier/printer Zerox Document Centre 490 ST

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Daisy - 04 Jun 2004 16:46 GMT
I know how to create merge letters and print them to an ordinary printer

My problem is when I merge my 2 page letter direct to the printer, Zerox Document Centre 490 ST which is capable of stapling documents, one 2-page letter to 10 addresses, what comes out of the printer is 10 letters stapled together as one document, instead of what I need which is 10 letters stapled individually

Does anybody know if the above is possible?
Doug Robbins - Word MVP - 04 Jun 2004 23:54 GMT
As the document for each recipient is in a separate section, you can use:

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

to send each letter 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 know how to create merge letters and print them to an ordinary printer.
>
> My problem is when I merge my 2 page letter direct to the printer, Zerox Document Centre 490 ST which is capable of stapling documents, one 2-page
letter to 10 addresses, what comes out of the printer is 10 letters stapled
together as one document, instead of what I need which is 10 letters stapled
individually.

> Does anybody know if the above is possible?
 
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.