Skip to main content

Range.Select method

Table of contents
  1. Syntax
  2. Return value
  3. Remarks

Selects the object.

Syntax

expression.Select

expression A variable that represents a Range object.

Return value

Variant

Remarks

To select a cell or a range of cells, use the Select method. To make a single cell the active cell, use the Activate method.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>