Bagikan melalui


Application.ProductCode Method (Word)

Returns the Microsoft Word globally unique identifier (GUID) as a String.

Syntax

expression .ProductCode

expression Required. A variable that represents an Application object.

Return Value

String

Example

This example displays the GUID for Microsoft Word.

MsgBox Application.ProductCode

See Also

Concepts

Application Object Members

Application Object