Referencing ListView objects
If you reference a list view object in a formula, you can specify whether to return the unique name or the caption by using the .Text or .Alias properties.
For example:
=ListView3.text
returns the unique name.
=ListView3.alias
returns the caption.