i am using this code in load event of the form to add item to
combo box
now i want when i click a buttton all the items in the combo box are removed
so what is the code to remove all the item in combbox
combo box
Code:
combobox1.additem "aaa" combobox1.additem "bbb"
so what is the code to remove all the item in combbox
Comment