Count Property [WksRange]

 

The Count property returns the number of cells in the range. Returns a double. This is a read-only property.

 

Syntax

object.Count

 

Example

This example demonstrates how to return the number of cells in a range.

 

Debug.Print WksRange.Count

 

Used by: WksRange object