G
Guest
Hello Experts,
In the case of word application object, we have the
"backgroundprintingstatus" property which could be used to find out whether
the application object is still rendering to the printer.
For example, the following code snippet requests for background printing and
waits until it is over (although, it is a tight loop which may need to be
made better)
.PrintOut Background:=True
While .Application.BackgroundPrintingStatus <> 0
Wend
Is there any equivalent with powerpoint application object?
My target is to close the invisible power point application object, once the
printing is completed. If the applicaiton object is closed before the
printdata has been sent, then the presentation does not get printed.
Please do help me with any possible ideas, in this regard.
Thanks in advance,
Mohan
In the case of word application object, we have the
"backgroundprintingstatus" property which could be used to find out whether
the application object is still rendering to the printer.
For example, the following code snippet requests for background printing and
waits until it is over (although, it is a tight loop which may need to be
made better)
.PrintOut Background:=True
While .Application.BackgroundPrintingStatus <> 0
Wend
Is there any equivalent with powerpoint application object?
My target is to close the invisible power point application object, once the
printing is completed. If the applicaiton object is closed before the
printdata has been sent, then the presentation does not get printed.
Please do help me with any possible ideas, in this regard.
Thanks in advance,
Mohan