Share via


AddIn Object Members

Excel Developer Reference

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

Properties

  Name Description
Bb242148.properties(en-us,office.12).gif 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.
Bb242148.properties(en-us,office.12).gif CLSID Returns a read-only unique identifier, or CLSID, identifying an object, as a String.
Bb242148.properties(en-us,office.12).gif FullName Returns the name of the object, including its path on disk, as a string. Read-only String.
Bb242148.properties(en-us,office.12).gif Installed True if the add-in is installed. Read/write Boolean.
Bb242148.properties(en-us,office.12).gif Name Returns a String value that represents the name of the object.
Bb242148.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb242148.properties(en-us,office.12).gif Path Returns a String value that represents the complete path to the application, excluding the final separator and name of the application.
Bb242148.properties(en-us,office.12).gif progID Returns the programmatic identifiers for the object. Read-only String.