Application.BackgroundPrintingStatus Property
Word Developer Reference |
Returns the number of print jobs in the background printing queue. Read-only Long.
Syntax
expression.BackgroundPrintingStatus
expression A variable that represents an Application object.
Example
This example returns the number of Word print jobs currently queued up for background printing.
Visual Basic for Applications |
---|
|
If the number of print jobs is greater than 0 (zero), this example displays a message in the status bar.
Visual Basic for Applications |
---|
|
See Also