View Single Post
  #1   Report Post  
Dlimey
 
Posts: n/a
Default Print mail merge without Print Dialog box

I have automated a mail merge to both print a merge and send email (Word
2000) but for the print process it will display a Print Dialog box for each
document I am merging (I merge 5 different documents in the process). The VBA
code for the merge is .Destination = wdSendToPrinter and I cannot find a
switch to bypass the dialog box. Just in Word a ActiveDocument.PrintOut
command works but I can't find anything for MailMerge. Any ideas?