Application.ProductCode Property (Excel)
Returns the globally unique identifier (GUID) for Microsoft Excel. Read-only String.
Syntax
expression .ProductCode
expression A variable that represents an Application object.
Example
This example displays the globally unique identifier (GUID) for Microsoft Excel.
MsgBox Application.ProductCode