Hi,

Here's an example listbox:
Hello World
Hi World
Hello World
How would I go about removing just one of the "Hello World" entries?

And this also needs to work with multiple duplicated text and without me specifying the duplicates.

Basically I need some code to check through a long listbox, find duplicates and remove them. (if there's 2 duplicates, remove 1, if theres 3 duplicates, remove 2 etc. etc.) I hope I've explained that enough for you to understand.