Depending on the data being used, I can have up 10,000 items in each of the 2 ListBoxs. I need to find and remove any Duplicates between the 2.
I am currently using the method of select and Item from Listbox1 and search in Listbox2. If I find a match, then remove both items. This goes back and forth until all the duplicates have been removed. This take some time.

Is there a faster way of accomplishing my goal. I have searched the NET for the past 2 days trying to find ways to get there. Still have not come with something that works for me.

Currently have the code in Old VB6 and VB2008 Express.

Any help would be much appreciated.

Regards,
B.Giles