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

Tip: Looking for answers? Try searching our database.

Stapling a merge document

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Orrutility secretary - 27 Mar 2006 18:04 GMT
I have an original document of 4 pages that is merged by the employee and
that employees information.  Total employees are around 250.  When I print
the document is there anyway to set it up so that each document of 4 pages
each can be stapled by our printer (which has the option).  It's only
recognized as one whole document, instead of 250 sets of 4 page documents/
Doug Robbins - Word MVP - 28 Mar 2006 05:24 GMT
Use the following macro to print the document:

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

>I have an original document of 4 pages that is merged by the employee and
> that employees information.  Total employees are around 250.  When I print
> the document is there anyway to set it up so that each document of 4 pages
> each can be stapled by our printer (which has the option).  It's only
> recognized as one whole document, instead of 250 sets of 4 page documents/
 
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.