Expand Minimize
This topic has not yet been rated - Rate this topic

Range.CurrentArray Property (Excel)

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

expression .CurrentArray

expression A variable that represents a Range object.

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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.