Aug 20, 2001 #1 GOOGE Technical User Jun 20, 2001 36 NZ hi plz help a newbie,how do i remove the slected item from a combo box? many many thanks james cuttance
hi plz help a newbie,how do i remove the slected item from a combo box? many many thanks james cuttance
Aug 20, 2001 #2 Phathi Programmer Aug 10, 2001 60 ZA Hi, Type <font color=red>Combo1.RemoveItem Combo1.ListIndex</font> You may want to check if an item has been selected before you do that <font color=red>if Combo1.ListIndex then Exit Sub</font> Upvote 0 Downvote
Hi, Type <font color=red>Combo1.RemoveItem Combo1.ListIndex</font> You may want to check if an item has been selected before you do that <font color=red>if Combo1.ListIndex then Exit Sub</font>