ProductCode Property
Returns the Microsoft PowerPoint globally unique identifier (GUID). You might use the GUID, for example, when making program calls to an Application Programming Interface (API). Read-only String.
Example
This example returns the PowerPoint GUID to the variable pptGUID
.
Dim pptGUID As String
pptGUID = Application.ProductCode
Applies to | Application Object