title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.OrganizationName property (Excel) |
vbaxl10.chm133188 |
|
|
4255a006-52df-66f6-2948-a9522e3adfef |
04/05/2019 |
medium |
Returns the registered organization name. Read-only String.
expression.OrganizationName
expression A variable that represents an Application object.
This example displays the registered organization name.
MsgBox "The registered organization is " & _
Application.OrganizationName
[!includeSupport and feedback]