Column Property
The Column property returns the first column in the range. Returns a Long. This is a read-only property.
Syntax
object.Column
object.Column =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