Returns the name of the application.

Type Info:

Name As String
Example:
Dim App As Application

Set App = Application

MsgBox App.Name
Remarks: Read-only property.

See also:

Class Application

Last Updated: 03/17/21