Name Property [WksRange]

Name returns the text description of the range. Returns a string.

Syntax

object.Name

Example

This example demonstrates how to return the description of a worksheet range.

Debug.Print WksRange.Name

Used by: WksRange object