Hopefully someone can help me out with this one.

I need to know the correct syntax for accessing the "Text" field of an item in a listbox that is not selected.

something like this:

For i = 0 To listbox1.ListCount - 1
Debug.Print listbox1.???????????????
Next i

Thanks.

Guinness