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