您可以使用该属性指定控件是否透明
express.BackStyle
express 一个代表 CheckBox 对象的变量。
/*将CheckBox1设置为透明*/ function func1() { UserForm1.CheckBox1.BackStyle = 0 }