I just want to say thank you for your reply. Someone(from work) had answered my question(How to populate the list box from the combo box). But I have other question
for you. How to delete the item form the list box.
Thanks
Printable View
I just want to say thank you for your reply. Someone(from work) had answered my question(How to populate the list box from the combo box). But I have other question
for you. How to delete the item form the list box.
Thanks
To remove a specific entry
List1.RemoveItem 2
Or to remove the selected entry
List1.RemoveItem (List1.ListIndex)
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"