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