一个按钮点击一次即可运行宏1、宏2、宏3、宏4、宏5、宏6、宏7.代码怎么写?
在你的按钮里面写Sub Button1_Click()call 宏1()call 宏2()...call 宏7()end sub