I'm trying to add items that exist just once to a listbox. I'm not talking about only having unique items in my list, I want to exclude items that exist more than once altogether.
example:
Items from worksheet:
Item A
Item B
Item C
Item A
Desired results in Listbox:
Item B
Item C
Hope you can help.
Thanks.
example:
Items from worksheet:
Item A
Item B
Item C
Item A
Desired results in Listbox:
Item B
Item C
Hope you can help.
Thanks.