Range.Activate Method

Definition

Activates a single cell, which must be inside the current selection.

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

Returns

Remarks

To select a range of cells, use the Select() method.

Applies to