Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 687 Bytes

Excel.Range.Select.md

File metadata and controls

38 lines (21 loc) · 687 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.Select method (Excel)
vbaxl10.chm144193
vbaxl10.chm144193
Excel.Range.Select
46c12f85-fae5-15ea-3500-81ff8be49cdb
05/11/2019
medium

Range.Select method (Excel)

Selects the object.

Syntax

expression.Select

expression A variable that represents a Range object.

Return value

Variant

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.

[!includeSupport and feedback]