VBA to do a mailmerge from a Specific Excel worksheet

Joined
Jun 17, 2017
Messages
1
Reaction score
0
How can I do a mailmerge from publisher using VBA with an Excel worksheet as the Datasource.. How exactly do you reference the worksheet you're using in the Workbook, and then get the . ActiveDocument.MailMerge.Execute portion to fill in the Publisher page.

I see how to set the Datasource to point to the .xls workBook, but not how to reference the worksheet in that workBook.
 
Top