Yes, i just tried too. The .Text property returns the selected item. ListIndex is, however, as scrambled as ListCount, like signed 16bit quantity.
Accessing elements with an index above 32767 is impossible though.
Print List1.List(50000) produces an overflow error.

I think that's really weird.
The ListBox accepts so many elements and does not allow to count or retrieve them.