Range.Select Method

Definition

Selects the object.

public:
 System::Object ^ Select();
public object Select ();
Public Function Select () As Object

Returns

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.

Applies to