QueryTable.Refreshing Property
True if there is a background query in progress for the specified query table. Read/write Boolean.
Syntax
expression.Refreshing
expression A variable that represents a QueryTable object.
Remarks
Use the CancelRefresh method to cancel background queries.
Example
This example displays a message box if there is a background query in progress for query table one.
| Visual Basic for Applications |
|---|
|