"Invalid procedure call or argument"
As I try to remove an item from a listbox call List1 I try this code...
If List1.List(i) = List1.List(i + 1) Then List1.RemoveItem (i)
if the list contents are identical, remove one of them
but it doesn't work!