Remove Item from Listbox by Item Name
This one has to be really easy, but I can't track it down. I know how
to remove an item from a listbox using its index value, but how do I
remove it by directly referring to the name of the item? Example:
lbx1.RemoveItem ("DeleteThis")
This line errors out as an invalid argument.
Please help.
Thanks,
Randy
|