Application.COMAddIns Property
Project Developer Reference |
Returns the COMAddIns collection for Project, which represents the currently installed COM add-ins. Read-only Object.
Syntax
expression.COMAddIns
expression A variable that represents an Application object.
Return Value
[COMADDINS]
Remarks
For more information, see COMAddIns Collection Object in the Microsoft Office Visual Basic Reference.
See Also