title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.ProductCode property (PowerPoint) |
vbapp10.chm502037 |
|
|
27376e9f-47c6-7373-af34-4ce71723e6a6 |
06/08/2017 |
medium |
Returns the Microsoft PowerPoint globally unique identifier (GUID). Read-only.
expression. ProductCode
expression A variable that represents an Application object.
String
You might use the GUID, for example, when making program calls to an Application Programming Interface (API).
This example returns the PowerPoint GUID to the variable pptGUID
.
Dim pptGUID As String
pptGUID = Application.ProductCode
[!includeSupport and feedback]