QueryTable プロパティ (Excel)Range.QueryTable property (Excel)
指定したRangeオブジェクトと交差するクエリテーブルを表す**QueryTable** オブジェクトを返します。Returns a QueryTable object that represents the query table that intersects the specified Range object.
構文Syntax
式。QueryTableexpression.QueryTable
expression は Range オブジェクトを表す変数です。expression A variable that represents a Range object.
例Example
次の使用例は、ワークシート1のセル A10 と交差するQueryTableオブジェクトを更新します。This example refreshes the QueryTable object that intersects cell A10 on worksheet one.
Worksheets(1).Range("a10").QueryTable.Refresh
サポートとフィードバックSupport and feedback
Office VBA またはこの説明書に関するご質問やフィードバックがありますか?Have questions or feedback about Office VBA or this documentation? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.