R
Robo
In Word 2000 I have the attached macro to send a merged document to printer.
How can I send it directly to PrimoPDF without opening the print dialog box?
With ActiveDocument.MailMerge
.Destination = wdSendToPrinter
.SuppressBlankLines = True
With .DataSource
.FirstRecord = wdDefaultFirstRecord
.LastRecord = wdDefaultLastRecord
End With
How can I send it directly to PrimoPDF without opening the print dialog box?
With ActiveDocument.MailMerge
.Destination = wdSendToPrinter
.SuppressBlankLines = True
With .DataSource
.FirstRecord = wdDefaultFirstRecord
.LastRecord = wdDefaultLastRecord
End With