AddIn Members (Excel)

Represents a single add-in, either installed or not installed.

Properties

Name

Description

Application

When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.

CLSID

Returns a read-only unique identifier, or CLSID, identifying an object, as a String.

Creator

Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long.

FullName

Returns the name of the object, including its path on disk, as a string. Read-only String.

Installed

True if the add-in is installed or to install the add-in, False if the add-in is uninstalled or to uninstall the add-in. Read/write Boolean.

IsOpen

Returns True if the add-in is currently open. Boolean Read-only

Name

Returns a String value that represents the name of the object.

Parent

Returns the parent object for the specified object. Read-only.

Path

Returns a String value that represents the complete path to the Add-in, excluding the final separator and name of the Add-in.

progID

Returns the programmatic identifiers for the object. Read-only String.