QueryTable Property

Applies To

Range object.

Description

Returns a QueryTable object that represents the query table that intersects the specified range. Read-only.

Example

This example refreshes the query table that intersects cell A10 on worksheet one.

Worksheets(1).Range("A10").QueryTable.Refresh