Name Property [WksRange]
The Name property returns the text description of the range. Returns a String.
Syntax
object.Name
object.Name = Name
Example
This example demonstrates how to return the description of a worksheet range.
Debug.Print WksRange.Name
Used by: WksRange object