Count Property [WksRange]

Count 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