Object Property

Microsoft Office Visual Basic

Sets or returns the object that is the basis for the specified COMAddIn object. Read/write Object.

Remarks

This property is primarily used for enabling one COMAddIn to communicate with another COMAddIn.

Example

The following example returns the object associated with the COM add in msodraa9.ShapeSelect.

Dim objBaseObject As Object
Set objBaseObject = _
    Application.COMAddIns.Item("msodraa9.ShapeSelect"). _
      Object