The best solution I can think of is to have 3 list boxes. One that has names, one that has urls, and the 3rd to move all the highlighted items in list two and add them to list3

So, I guess my questions would be,

A). How can I get list2 to select all the same things as list1, for example:

If I clicked on List1.list(0), List1.list(4), List1.list(6) it would highlight those on list2 as well.

B). Move all the selected items on list2 to List3.

I know this might be asking alot, but code would help.

Thanks so much...