AddIn.CLSID Property
Returns a read-only unique identifier, or CLSID, identifying an object, as a String.
Syntax
expression.CLSID
expression A variable that represents an AddIn object.
Example
This example returns the CLSID of an add-in titled "Analysis ToolPak". This example assumes the "Analysis ToolPak" has been installed.
| Visual Basic for Applications |
|---|
|