LastColumn Property

The LastColumn property returns the last column in the range. Returns a Long. This is a read-only property.

Syntax

object.LastColumn

object.LastColumn =LastColumn

Example

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

Debug.Print WksRange.LastColumn

 

Used by: WksRange object