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.

MS Word print 3 pages at a time

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ksen - 30 Nov 2004 16:33 GMT
I have this printer that staples every print job.
I have this mail merge document where every three pages is directed to a new
recipient.
If I send the mail merge document to the printer it will print the entire
128 pages and staple them all together.
What I want is the printer to staple every three pages together. The printer
Konica has no solution for it. And I wanted to know if MS Word via VBA or
anything can send every three pages of its document as a separate print job.
Doug Robbins - 01 Dec 2004 01:05 GMT
The following will send each letter to the printer as a separate print job:

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

Signature

Please respond to the Newsgroup for the benefit of others who may be
interested.   Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP

>I have this printer that staples every print job.
> I have this mail merge document where every three pages is directed to a
[quoted text clipped - 7 lines]
> anything can send every three pages of its document as a separate print
> job.
ksen - 01 Dec 2004 13:59 GMT
Thank you very much Doug, it worked perfectly!
-Ksen

> The following will send each letter to the printer as a separate print job:
>
[quoted text clipped - 14 lines]
> > anything can send every three pages of its document as a separate print
> > job.
 
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.