Try this:

Dim text as string
Dim i as integer=listbox1.items.count-2

text = listbox1.item(i)

msgbox(text)

I was thinking Listview not Listbox

Damn you be me to it!