OrganizationName Property [Excel 2003 VBA Language Reference]

Returns the registered organization name. Read-only String.

Example

This example displays the registered organization name.

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

Applies to | Application Object

See Also | UserName Property