Hello everyone. I first want to thank all who have been of help or made attempts to help me out in my coding problems. I just want to say am very grateful and to DANIWEB for their wonderful job Keep it up.

Anyway, I want to to be able to remove particular items form a combobox automatically.

For instance i want to remove the following items
"Sam" , "David", "Shiella" , "Dexter" from
the combobox leaving the rest of the items.

I cant use combobox1.removeitem "" since it requires the index to complete the process and since here, the index of the items to delete is unknown.

I will be grateful for your help. Thank you.
dexter....

then you need to loop through the items of the combo
using text find out the index
and then remove those

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.