|
-
Feb 3rd, 2008, 02:32 AM
#1
Thread Starter
New Member
Remove Duplicate Items in Listbox
Hello, Im trying to remove duplicate items in listbox.
My list box looks like this.
row 1
row 1
row 2
row 2
row 3
row 3
row 4
row 4
And I would like to remove the duplicated row. How can I do this?
I tried Me.ListBox1.Items.Remove("row 1") but that will remove both row 1's.
Thankz.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|