隐藏UserForm对象但不卸载该对象
express.Hide()
express 一个代表 UserForm 对象的变量。
/*隐藏该UserForm*/ function func1() { UserForm1.Hide() }