property Editor.UserData as Variant
Gets or sets the user-definable data for the current editor.

TypeDescription
Variant A Variant expression that specifies the editor's extra data.
Use the UserData property to associate an extra data to an editor.  Use the Value property to change the editor's value. Use the Label property to specify the editor's label. Use the Caption property to get the editor's caption.