Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 719 Bytes

147f8834-5aef-900f-75de-df91a6a76005.md

File metadata and controls

34 lines (15 loc) · 719 Bytes

Range.CurrentArray Property (Excel)

If the specified cell is part of an array, returns a Range object that represents the entire array. Read-only.

Syntax

expression . CurrentArray

expression A variable that represents a Range object.

Example

This example assumes that cell A1 on Sheet1 is the active cell and that the active cell is part of an array that includes cells A1:A10. The example selects cells A1:A10 on Sheet1.

ActiveCell.CurrentArray.Select

See also

Concepts

Range Object

Other resources

Range Object Members