Hello,
I;ve created a word macro that opens a label template, selects record source, and performs the merge.
What I would now like to do , it add a message box that tells me how many records were merged / labels were created.
I got it to count the number of pages using :-
MsgBox ActiveDocument.Sections.Count & " Pages."
but not all the pages a "Full", so I am really after the number of records merged / labels populated.
Any Ideas?
Many thanks in advance.
I;ve created a word macro that opens a label template, selects record source, and performs the merge.
What I would now like to do , it add a message box that tells me how many records were merged / labels were created.
I got it to count the number of pages using :-
MsgBox ActiveDocument.Sections.Count & " Pages."
but not all the pages a "Full", so I am really after the number of records merged / labels populated.
Any Ideas?
Many thanks in advance.