View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
ksg ksg is offline
external usenet poster
 
Posts: 13
Default Automated Mail Merge "Now Printing Page " Boxes

I have an automated mail merge program that requires no user interaction. I
have been able to suppress all Dialog and Informational boxes except the ones
associated with the printer. I get 2 boxes-the first in the Now Prining
Page... box and the next is the printing status box. I am using Visual
Studio-VB and use the following to initiate the print:

wrdMailMerge.Destination = _
Word.WdMailMergeDestination.wdSendToPrinter

Any help would be appreciated.