OrganizationName Property

Applies To

Application object.

Description

Returns the registered organization name. Read-only String.

See Also

UserName property.

Example

This example displays the registered organization name.

MsgBox "The registered organization is " & Application.OrganizationName