how do i go around doing this with listview
If List2.ListIndex = List2.ListCount - 1 Then
List2.ListIndex = 0
Else
List2.ListIndex = List2.ListIndex + 1
End If
please help need this done with listview
2: i need code so if listview lastitem is selected go to first item again
If List2.ListIndex = List2.ListCount - 1 Then
List2.ListIndex = 0
Else
List2.ListIndex = List2.ListIndex + 1
End If
please help need this done with listview
2: i need code so if listview lastitem is selected go to first item again