Count Property

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