Worksheet.Select Method (Excel)
Selects the object.
식 .Select(Replace)
식 A variable that represents a Worksheet object.
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Replace |
선택 |
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. |
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.