OrganizationName Property

Microsoft Excel Visual Basic

OrganizationName Property

       

Returns the registered organization name. Read-only String.

Example

This example displays the registered organization name.

MsgBox "The registered organization is " & _
    Application.OrganizationName