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 / February 2006

Tip: Looking for answers? Try searching our database.

Merge to print won't staple seperate documents?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
trunkles - 10 Feb 2006 03:45 GMT
I'm using Word 2003 and a Kyocera 7000 printer with a document finisher that
will staple.

I produce a 2-page document and merge it to print. The print driver is set
to staple every two pages, but it won't do it. Think there is something in
the word output that is over-riding it. I know the driver will do it, because
it works fine from all my other applications.

Is it possible to set "NumberOfRecordsPerBatch" or something like that? Is
there any other workaround for this problem or a solution or whatever?

Thanks.

Simon
Doug Robbins - Word MVP - 10 Feb 2006 05:04 GMT
Execute the merge to a new document and then with that document as the
active document, run a macro containing the following code:

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

It will send the document created for each record in the data source to the
printer as a separate print job.

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'm using Word 2003 and a Kyocera 7000 printer with a document finisher
> that
[quoted text clipped - 12 lines]
>
> Simon
 
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.