Worksheets.Select Method

Excel Developer Reference

Selects the object.

Syntax

expression.Select(Replace)

expression   A variable that represents a Worksheets 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.

See Also