I have a listbox with names in it. I need to take the first name of the list and out it into a variable (trade) so i can remove it from the first list box, do something with the variable then add that name to another list box. then looping it to do it over and over again until there are no names left in the first list. HOw should i got about doing this?