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

Tip: Looking for answers? Try searching our database.

mail merged data, booklet mode

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
peter - 01 Sep 2005 15:57 GMT
I am printing an 8-page document in booklet mode.
It contains mail merged data on several pages; ie. an account number.
It prints fine except that the reverse of each sheet contains the wrong data.
The front of the 1st Sheet has the 1st account number but the reverse
contains the last account number. the second copy of sheet 1 has the second
account on the front and the next-to-last account no. on the reverse.
I've tried changing the collation settings to no avail. I always get the
same results.
I have several hundred of these & a manual collation would probably get
messed up.
Doug Robbins - 01 Sep 2005 17:59 GMT
If you execute the merge to a new document and then run the following macro
on that
document and it will send each letter to the printer as a separate print job
which may overcome your problem:

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 am printing an 8-page document in booklet mode.
> It contains mail merged data on several pages; ie. an account number.
[quoted text clipped - 8 lines]
> I have several hundred of these & a manual collation would probably get
> messed up.
peter - 01 Sep 2005 22:03 GMT
Hmmm.. maybe, but this is for a pretty challenged user. I'd have to do it
every time they wanted to mail-merge some forms!
AAcckk!

> If you execute the merge to a new document and then run the following macro
> on that
[quoted text clipped - 20 lines]
> > I have several hundred of these & a manual collation would probably get
> > messed up.

Rate this thread:






 
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.