Re: MailMergeBeforeRecordMerge not firing for all records
- From: "Peter Jamieson" <pjj@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Jul 2006 10:26:33 +0100
I've tried something similar here using VBA to write the Event code, and I
don't see this unless I set Cancel = True for exvery record except the last.
Could you be doing the same?
If not, please post the relevant parts of your code here and I'll try to
have a look.
Peter Jamieson
"chachi" <riccardi@xxxxxxxxxxxxx> wrote in message
news:1153927539.658867.187240@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi everybody, i've been having this problem for a while now and have
been unsuccessful in finding a solution. we have a recruitment program
(recruitment plus, if anyone wants to know) at work that we use for
doing mail and email merges. i open my program, find what it is that i
want to merge, hit merge, and word opens with the finished product.
whenever i merge documents with vb code, the MailMergeBeforeRecordMerge
method only fires on the last record.
what i'm trying to do is change the text of a mergefield, then insert
that modified text into boomark. i'm doing all of this inside
MailMergeBeforeRecordMerge. it works perfectly... except for the fact
that it only works for the last record. (before i change the info in
each record, i have a little popup window tell me what record i'm
merging, and it only pops up on the last record)
i know that there's a problem with the MailMergeBeforeMerge method only
firing when called from the mail merge wizard, i'm wondering if maybe
there's a similar problem with MailMergeBeforeRecordMerge...?
can anyone can shine some light on my situation?
.
- Follow-Ups:
- References:
- Prev by Date: Re: Detach or change SQL data source for Word template, and other
- Next by Date: Merging Data into Differently-Sized Tables
- Previous by thread: MailMergeBeforeRecordMerge not firing for all records
- Next by thread: Re: MailMergeBeforeRecordMerge not firing for all records
- Index(es):
Relevant Pages
|