Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Chaplain Doug
 
Posts: n/a
Default How to Setup an Event Processor

Word 2003. I would like to use the MailMergeBeforeRecordMerge event with my
mailmerge document. How do I set this up so that it is triggered each time
before a new merge record is processed. I tried placing the exmaple code in
the code space for ThisDocument, but it does not work that way. The code is:

Private Sub MailMergeApp_MailMergeBeforeRecordMerge(ByVal Doc As Document,
Cancel As Boolean)
Static LastGolfer As String
Dim intZipLength As Integer, CurrentGolfer As String
intZipLength = Len(ActiveDocument.MailMerge.DataSource.DataFields (6).Value)
'Cancel merge of this record only if
'the zip code is less than five digits
If intZipLength 5 Then
Cancel = True
End If
End Sub

--
Dr. Doug Pruiett
Good News Jail & Prison Ministry
www.goodnewsjail.org
 
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I setup a template for Avery 5366 file folder labels? Gingia Microsoft Word Help 4 April 23rd 23 08:51 AM
Footer Margins in Page Setup Tami Page Layout 2 June 23rd 05 04:35 PM
different page setup for sections ile Page Layout 3 June 21st 05 10:31 AM
Page Setup Window Dodger Jim Page Layout 1 June 6th 05 10:17 PM
Event firing for Word Raj Microsoft Word Help 1 February 4th 05 07:23 AM


All times are GMT +1. The time now is 07:49 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"