QueryTable.Destination Property
Returns the cell in the upper-left corner of the query table destination range (the range where the resulting query table will be placed). The destination range must be on the worksheet that contains the QueryTable object. Read-only Range.
Syntax
expression.Destination
expression A variable that represents a QueryTable object.
Example
This example scrolls through the active window until the upper-left corner of query table one is in the upper-left corner of the window.
| Visual Basic for Applications |
|---|
|