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