View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Automated Mail Merge "Now Printing Page " Boxes

See the article "How to do a mail merge to the printer using VBA, without
displaying the Print dialog" at:

http://www.word.mvps.org/FAQs/MailMe...PrintrWVBA.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"ksg" wrote in message
...
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.