COMAddIn.Guid Property
Gets the class identifier (CLSID) for the specified COMAddIn object. Read-only.
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 |
|---|
|