EntireRow Property

Applies To

Range Object.

Description

Accessor. Returns a Range object that represents the entire row (or rows) that contain the specified range. Read-only.

See Also

EntireColumn Property.

Example

This example selects the entire row that contains the active cell. The example must be run from a worksheet.


ActiveCell.EntireRow.Select