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