获取或设置出现在控件中的文本
express.Caption
express 一个代表 Label 对象的变量。
/*将Label1中的文本设置为"Label 1"*/ function func1() { UserForm1.Label1.Caption = "Label 1" }