I have a listbox with:

Steve
John
Kara 1
Bridget 1
Sam 1

I need to add a new name between the name without the 1 and with the 1.

how can I loop through the listbox and find that position and and add the new name in that spot.

thanks