QueryTable.FetchedRowOverflow Property
True if the number of rows returned by the last use of the Refresh method is greater than the number of rows available on the worksheet. Read-only Boolean.
Syntax
expression.FetchedRowOverflow
expression A variable that represents a QueryTable object.
Example
This example refreshes query table one. If the number of rows returned by the query exceeds the number of rows available on the worksheet, an error message is displayed.
| Visual Basic for Applications |
|---|
|