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