title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.ProductCode property (Excel) |
vbaxl10.chm133248 |
|
|
5fd20091-4c74-f39c-9842-a5a032048edd |
04/05/2019 |
medium |
Returns the globally unique identifier (GUID) for Microsoft Excel. Read-only String.
expression.ProductCode
expression A variable that represents an Application object.
This example displays the GUID for Excel.
MsgBox Application.ProductCode
[!includeSupport and feedback]