EntireColumn Property

Applies To

Range Object.

Description

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

See Also

EntireRow Property.

Example

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


ActiveCell.EntireColumn.Select