Hi All
I have a document that creates multiple documents in a mail merge type action.
I'd like these output as a single PDF for printing later.
The code I'm currently running outputs individual documents to a printer.
Code is as follows:
Sub Test()
Dim startrow As Integer, endrow As...