Name Property [Application]

 

The Name property returns the application name. Returns a string. This is the default Application object property.

 

Syntax

object.Name

 

Remarks

The application name (i.e. "MapViewer") is returned without the path. Use FullFileName to return the application name with the path.

 

Example

This example demonstrates how to return the name of the application.

 

Debug.Print mvApp.Name

 

Used by: Application object