清除列表框中的所有选项
express.Clear()
express 一个代表 ComboBox 对象的变量。
/*清除ComboBox1中列表框中的所有选项*/ function func1() { UserForm1.ComboBox1.Clear() }