i am currently working on how to
movenext listbox or auto movenext

but after i execute it
it goes on the last record not on the next record

if i change the listcount to 1 a errors comes up, if i change the listcount to + 1 nothing happens...
i dont know why it was always goes on the last even i put + 1?

can anyone help me with this

Code:
Dim i As Integer
For i = 0 To List1.ListCount - 1
i = i + 1
List1.Selected(i) = True
Text4.Text = List1.Text
Next