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 2005

Tip: Looking for answers? Try searching our database.

How to print collated merged forms

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
samanthahitchins - 14 Dec 2005 18:15 GMT
I am using Wrod to merge form letters.  i want to print 20 copies of each
page collated but, when i print them it takes the page as sections and if i
want to print i have to print each page (i.e. 1-1, 2-2, 3-3...) this takes me
three times as long.  how can i print my entire merged list with our having
to print each page seperatly?
Doug Robbins - Word MVP - 15 Dec 2005 05:31 GMT
If I understand correctly what it is that you want to do - print 20 copies
of the first page and the 20 of the second etc. then the following macro
will do it for you:

Dim i As Long
For i = 1 To ActiveDocument.Sections.Count
   ActiveDocument.ActiveWindow.PrintOut _
       Range:=wdPrintFromTo, From:="s" & i, To:="s" & i, Copies:=20
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

>I am using Wrod to merge form letters.  i want to print 20 copies of each
> page collated but, when i print them it takes the page as sections and if
[quoted text clipped - 4 lines]
> having
> to print each page seperatly?
 
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.