Application.Name property (Project)

Gets the name of the Application object. Read-only String.

Syntax

expression.Name

expression A variable that represents an Application object.

Example

Name is the default property for the Application object. The following example prints "Microsoft Project".

Debug.Print Application

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.