Range.Select Method

Excel Developer Reference

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.

See Also