i need similar code to this
with listview when the end is reached all process should stop
Code:
If List2.ListIndex = List2.ListCount - 1 Then
List2.ListIndex = 0
\
Else
List2.ListIndex = List2.ListIndex + 1
End If