Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Excel 2007
Application Object
Properties
 COMAddIns Property

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Application.COMAddIns Property
Returns the COMAddIns collection for Microsoft Excel, which represents the currently installed COM add-ins. Read-only.

Syntax

expression.COMAddIns

expression   A variable that represents an Application object.

Example

This example displays the number of COM add-ins that are currently installed.

Visual Basic for Applications
Set objAI = Application.COMAddIns
MsgBox "Number of COM add-ins available:" & _
    objAI.Count



Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker