Record count on merge
Hi guys
I have a simple code here which displays the record count of a mail merge in Word:
Sub CountRecipients()
MsgBox (ActiveDocument.MailMerge.DataSource.RecordCount)
End Sub
However if you edit the recipients list and untick a few, the record count macro above still remains the same, showing all records rather than less.
Any thoughts?
Thanks a lot
James
|