QueryTable.ResultRange Property
Returns a Range object that represents the area of the worksheet occupied by the specified query table. Read-only.
Syntax
expression.ResultRange
expression A variable that represents a QueryTable object.
Remarks
The range doesn't include the field name row or the row number column.
Example
This example sums the data in the first column of query table one. The sum of the first column is displayed below the data range.
| Visual Basic for Applications |
|---|
|