Syntax

expression.ProgId

expression A variable that represents a COMAddIn object.

Example
The following example displays the ProgID and GUID for COM add-in one in a message box.

Visual Basic for Applications
MsgBox "My ProgID is " & _ Application.COMAddIns(1).ProgID & _ " and my GUID is " & _ Application.COMAddIns(1).Guid
ofv prog prog ID Prog ID Property progid progid property

See also: