ProductCode Property [Excel 2003 VBA Language Reference]

Returns the globally unique identifier (GUID) for Microsoft Excel. Read-only String.

Example

This example displays the globally unique identifier (GUID) for Microsoft Excel.

MsgBox Application.ProductCode

Applies to | Application Object