Quote:
Originally Posted by catflap
I'm just trying to see if I can get anything to trigger before going further, so for now it's just:
Code:
Private Sub app_MailMergeBeforeMerge(ByVal Doc As Document, ByVal StartRecord As Long, ByVal EndRecord As Long, Cancel As Boolean)
MsgBox "Merge has started."
End Sub
|
The MailMergeBeforeMerge code in the VBA help file works fine for me. After adding the code, did you exit & re-start Word before trying to run the merge.