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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.