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 / May 2005

Tip: Looking for answers? Try searching our database.

Merge multiple pages into multiple sets How to staple?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Madonna - 12 May 2005 20:41 GMT
Using word, doing merge with master being multiple pages.
How do I print multiple sets with each being stapled?
Doug Robbins - 13 May 2005 07:10 GMT
If you run the following macro on the document created by executing the
merge, it will sent the set of pages created for each record to the printer
as a separate print job which should allow each set to be stapled:

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

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

> Using word, doing merge with master being multiple pages.
> How do I print multiple sets with each being stapled?
Madonna - 13 May 2005 16:16 GMT
My apologies if I am dense, but this is not responding.

Thanks anyway.

> If you run the following macro on the document created by executing the
> merge, it will sent the set of pages created for each record to the printer
[quoted text clipped - 7 lines]
> > Using word, doing merge with master being multiple pages.
> > How do I print multiple sets with each being stapled?
Madonna - 13 May 2005 19:48 GMT
I'm sorry.  I did not know that there was a possible fee for obtaining help
here.

Thanks anyway.

> My apologies if I am dense, but this is not responding.
>
[quoted text clipped - 11 lines]
> > > Using word, doing merge with master being multiple pages.
> > > How do I print multiple sets with each being stapled?
Madonna - 13 May 2005 17:46 GMT
The sets did not staple.

> If you run the following macro on the document created by executing the
> merge, it will sent the set of pages created for each record to the printer
[quoted text clipped - 7 lines]
> > Using word, doing merge with master being multiple pages.
> > How do I print multiple sets with each being stapled?
Madonna - 13 May 2005 13:11 GMT
Doug, that you so much for responding.

I am not a user of macros, but it is time to learn !!!

I will let you know.

Thank you again, and regards,
Madonna
Indiana

> Using word, doing merge with master being multiple pages.
> How do I print multiple sets with each being stapled?
 
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.