确定或指定列表框中的哪个值或选项被选中。
express.Value
express 一个代表 ListBox 对象的变量。
/*将ListBox1控件中的选项指定为test test*/ function func1() { UserForm1.ListBox1.Value = "test test" }