Ok i manage to autoselect items on listbox till reach the end of list, but i need it to automatically loop back to the fist selection of indexes when it reach the end list and so on .. i need help on this part newbie here :)
if Me.Listboxs1.SelectedIndex + 1 < Me.ListBox1.items.count then
Me.ListBox1.SelectedIndex + = 1
End if
`