Count just gets the number of items in the listbox. He should use a for loop untill the UBound of listbox1 -1.
Try something like
[code] For i = 0 To ListBox1.Items.Count - 1
''Insert injection code here. For listbox1.items.item(i)"
Next
We have a help thread for a reason...