
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
Thank you Peter, Doug. Appreciate your input. Interestingly none of the other
MailMerge related events have this anomaly (AFAIK). I just posted this
question out here in case someone more experienced than I (such as a Word
MVP) had better insight into what's at play. I agree MS has better things to
worry about than fixing a non-triggering event that is not very commonly
used, especially since Word 2003 has now been superseded. Obviously, it is a
pretty low priority if this bug has persisted across several versions.
So it appears that I'm stuck with having to use the Task Pane if I need this
event triggered. Strangely, as I found out last night, even in the Task Pane
MailMergeBeforeMerge fails after a couple go arounds and requires the
restarting of Word for the event to resume triggering.
> Hi Peter,
>
[quoted text clipped - 42 lines]
> >>>> A pertinent question - Is there a bug fix planned for the
> >>>> MailMergeBeforeMerge Event?
Peter Jamieson - 10 May 2007 08:21 GMT
> I agree MS has better things to
> worry about than fixing a non-triggering event that is not very commonly
> used, especially since Word 2003 has now been superseded.
Microsoft may consider that it has better things to do, but I don't - I
think they are perfectly capable of, and should document and fix far more
of the problems that appear. Personally, I do not think that either the fact
that MS is in business to make money or the problem of "unintended
consequences" when you fix problems are good enough excuses for leaving some
of these problems in there year after year.
Peter Jamieson
> Thank you Peter, Doug. Appreciate your input. Interestingly none of the
> other
[quoted text clipped - 66 lines]
>> >>>> A pertinent question - Is there a bug fix planned for the
>> >>>> MailMergeBeforeMerge Event?
Doug Robbins - Word MVP - 10 May 2007 08:38 GMT
Peter was correct, my addin does not use the BeforeMergeEvent - probably
just a fluke. While I am sure that it was not done because of the problem
with that event, I do make use of the following line of code
If Doc.MailMerge.DataSource.ActiveRecord =
Doc.MailMerge.DataSource.FirstRecord Then
as part of a routine to determine the type of merge that is being performed,
so it can probably be used as a pseudo BeforeMergeEvent that will fire when
the merge is executed from the toolbar.

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
> Thank you Peter, Doug. Appreciate your input. Interestingly none of the
> other
[quoted text clipped - 66 lines]
>> >>>> A pertinent question - Is there a bug fix planned for the
>> >>>> MailMergeBeforeMerge Event?