Application.ProductCode Property (Publisher)
Returns a String indicating the Microsoft Publisher globally unique identifier (GUID). Read-only.
Syntax
expression .ProductCode
expression A variable that represents a Application object.
Return Value
String
Example
The following example displays the product code for Publisher.
MsgBox "The product code for Microsoft Publisher is " _
& ProductCode