FullName Property [Application]
FullName returns the full path and name of the application. For example, "c:\program files\golden
Syntax
object.FullName
Example 1
This example demonstrates how to return the full path and name of the application.
Debug.Print SurferApp.FullName
Example 2
This script displays all the properties in the Application object.
Used by: Application object