Name Property [Application, AutoShape]
The Name property returns the name or ID of an object or the application. Returns a String. This is the default property for the Application and AutoShape objects.
Syntax
object.Name
object.Name =Name
Remarks
The application name, e.g., "Grapher", is returned without the path. Use FullName to determine the application path.
Example
This example demonstrates how to return the name of the application.
Debug.Print GrapherApp.Name
Used by: Application object, AutoShape object