property Item.ItemData as Variant
Associates an extra data to an item.

TypeDescription
Variant A Variant expression associated to the item 
Use the ItemData property to associate an extra data to an item. The ItemData could be an object, a string, a date, a long expression, a double expression, or anything that a Variant structure can hold. The ItemData gets or sets the user-definable data for the current item. Use the Item property to access an item object giving its identifier. Use the ItemByData property to search for an item giving its associated data.