it goes through the list timer2's interval. popups whatever the item is on. at the end of the list clears, and turns off the time. but its not working :(Code:Dim i As Integer
For i = 0 To List2.ListCount - 1
msgbox(list2.list(i), "word")
Next i
list2.clear
timer2.enabled = false

