Application.BackgroundSavingStatus Property
Word Developer Reference |
Returns the number of files queued up to be saved in the background. Read-only Long.
Syntax
expression.BackgroundSavingStatus
expression A variable that represents an Application object.
Example
This example displays in the status bar the number of documents currently being saved.
Visual Basic for Applications |
---|
|
See Also