Range.Select Method
Selects the object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Select As Object
'Usage
Dim instance As Range
Dim returnValue As Object
returnValue = instance.Select()
Object Select()
Return Value
Type: System.Object
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.