In This Topic
Gets the active cell in the sheet.
Syntax
'Declaration
Public ReadOnly Property ActiveCell As Cell
'Usage
Dim instance As Worksheet
Dim value As Cell
value = instance.ActiveCell
public Cell ActiveCell {get;}
Property Value
The active cell in the sheet.
Example
This example gets the ActiveCell property.
See Also