Name Property [WksRange]

 

The Name property 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