Select(CellRange,Boolean) Method
Selects a range of cells.
'Declaration
Public Overloads Sub Select( _
ByVal As CellRange, _
ByVal As Boolean _
)
Parameters
- rg
- CellRange that specifies the cells that will be selected.
- show
- Whether to scroll the new selection into view.