Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 973 Bytes

PowerPoint.Application.ProductCode.md

File metadata and controls

53 lines (29 loc) · 973 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.ProductCode property (PowerPoint)
vbapp10.chm502037
vbapp10.chm502037
PowerPoint.Application.ProductCode
27376e9f-47c6-7373-af34-4ce71723e6a6
06/08/2017
medium

Application.ProductCode property (PowerPoint)

Returns the Microsoft PowerPoint globally unique identifier (GUID). Read-only.

Syntax

expression. ProductCode

expression A variable that represents an Application object.

Return value

String

Remarks

You might use the GUID, for example, when making program calls to an Application Programming Interface (API).

Example

This example returns the PowerPoint GUID to the variable pptGUID.

Dim pptGUID As String

pptGUID = Application.ProductCode

See also

Application Object

[!includeSupport and feedback]