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