Column Property

Column returns the first column in the range. Returns a long. This is a read-only property.

Syntax

object.Column

Remarks

See Specifying Cell Coordinates for more information on selecting cells.

Example

This example demonstrates how to return the first column of a range.

Debug .Print WksRange.Column

Used by: WksRange object