Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 906 Bytes

2010145e-d36f-7d2b-cfbf-8419c15b31a5.md

File metadata and controls

37 lines (16 loc) · 906 Bytes

Worksheet.Select Method (Excel)

Selects the object.

Syntax

expression . Select( Replace )

expression A variable that represents a Worksheet object.

Parameters

Name Required/Optional Data Type Description
Replace Optional Variant (used only with sheets). True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified 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.

See also

Concepts

Worksheet Object

Other resources

Worksheet Object Members