Excel vba批量提取文件名+修改文件名

 https://jingyan.baidu.com/article/fec4bce2722a10f2618d8b2d.html

 

请问在运行VBA代码时,如何让运行过程不显示
http://club.excelhome.net/thread-20711-1-1.html
程序前面加上

Application.ScreenUpdating = False

Application.DisplayAlerts = False

执行完加上

Application.DisplayAlerts = True

Application.ScreenUpdating = True

posted @ 2021-09-03 08:05  奥兰王子  阅读(822)  评论(0编辑  收藏  举报