Name Property

 

The Name property returns the name of the application. Returns a string.

 

Syntax

object.Name

object.Name = Name

 

Example

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

 

'Return name of application

  Debug.Print "Application name is "; VoxlerApp.name

 

Used by: Application object

 

 

See Also

Automation Model