确定或指定文本框中的文本
express.Value
express 一个代表 ComboBox 对象的变量。
/*将ComboBox1控件中的文本指定为test test*/ function func1() { UserForm1.ComboBox1.Value = "test test" }