Word Automation/Printing

A

AA2e72E

Is there a way to detect whether Word had finished printing (or is still
spooling the print) from an automation client?

Thanks for your help.
 
M

Michael Bednarek

Is there a way to detect whether Word had finished printing (or is still
spooling the print) from an automation client?

Not that I know of, but doesn't
Options.PrintBackground = False
ActiveDocument.PrintOut Background:=False
suffice?
 
Top