View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Randy[_2_] Randy[_2_] is offline
external usenet poster
 
Posts: 21
Default 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