S
Simon Verona
I'm printing several documents in one go from within vb.net. I'm creating a Word Object using Active-X and printing using the following line of code:
objWord.ActiveDocument.PrintOut(Background:=False, Range:=Word.WdPrintOutRange.wdPrintAllDocument, Copies:=1)
This works fine, but pops up an annoying box saying "Document [docname] printing on [printer name]"
Is there any way of suppressing this pop up ??
Many thanks in advance.
Simon
objWord.ActiveDocument.PrintOut(Background:=False, Range:=Word.WdPrintOutRange.wdPrintAllDocument, Copies:=1)
This works fine, but pops up an annoying box saying "Document [docname] printing on [printer name]"
Is there any way of suppressing this pop up ??
Many thanks in advance.
Simon