C
Crazy Macros
I have set up an Mail merge document. But, I have to manually click on
View Merge Data <<A>> Button to get values. I used the following macro
code to get execute mailmerge.
If ActiveDocument.MailMerge.State = wdMainAndDataSource Then
ActiveDocument.MailMerge.Execute
End If
View Merge Data <<A>> Button to get values. I used the following macro
code to get execute mailmerge.
If ActiveDocument.MailMerge.State = wdMainAndDataSource Then
ActiveDocument.MailMerge.Execute
End If