property Component.UserData as Variant
Indicates any extra data associated with the component.

TypeDescription
Variant A VARIANT expression that indicates any extra data associated with the component.
By default, the UserData property holds nothing. Use the UserData property to associate any extra-data to the component object. The AddComponent event notifies your application once a new Component object is added to the Components collection.