Share via


ProductCode Property [Publisher 2003 VBA Language Reference]

Returns a String indicating the Microsoft Publisher globally unique identifier (GUID). Read-only.

expression.ProductCode

expression Required. An expression that returns one of the objects in the Applies To list.

Example

The following example displays the product code for Microsoft Publisher.

MsgBox "The product code for Microsoft Publisher is " _
    & ProductCode

Applies to | Application Object