您可以通过该属性设置或返回是否启用该控件
express.Enabled
express 一个代表 Label 对象的变量。
/*启用该控件*/ function func1() { UserForm1.Label1.Enabled = true }