Syntax

expression.Guid

expression A variable that represents a COMAddIn object.

Example

The following example displays the ProgID and CLSID for the first COM add-in in the COMAddIns collection in a message box.

Visual Basic for Applications
MsgBox "My ProgID is " & _ Application.COMAddIns(1).ProgID & _ " and my CLSID is " & _ Application.COMAddIns(1).Guid
GUID GUID property ofv

See also: