property View.Tag as Variant
Specifies any extra data associated with the view.

TypeDescription
Variant A Variant expression associated with the view.
The Tag property associates any extra data to the current view. The View property gets the view giving its index or tag. The DataSource property can change the Tag property using the Tag field as explained bellow:

The Select property can select items using wild characters such as * or ?, if the view's SingleSel property is False.