Object Property (Property Object)

      Applies To

Sets or returns the value of the Property object when the type of the value is Object.

Syntax

Property Get Object() As Object

Property Let Object(Data As Object)

This syntax has these parts:

Part Description
Data An object to which the Property object is set.

Remarks

If the add-in uses Property.Value instead of Property.Object, then the Property object returns a Properties collection instead of the Object value.