Range の Select メソッド (Excel)Range.Select method (Excel)
オブジェクトを選択します。Selects the object.
構文Syntax
式。[expression.Select
expression は Range オブジェクトを表す変数です。expression A variable that represents a Range object.
戻り値Return value
バリアント型Variant
注釈Remarks
セルまたはセル範囲を選択するには、Select メソッドを使用します。To select a cell or a range of cells, use the Select method. 単一のセルをアクティブ セルにするには、 Activate メソッドを使用します。To make a single cell the active cell, use the Activate method.
サポートとフィードバック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.