本文介绍了解压缩VBA的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个解压缩文件的工作代码。 有些日子,文件已经解压缩,其他日子则没有。 我需要告诉代码不要保存原始的解压缩文件(如果存在)。 这似乎有一个简单的解决方案,
,但我不知道。 任何帮助将不胜感激。
I have a working code to unzip files. On some days the files are already unzipped, other days they are not. I need to tell the code to NOT save over original unzipped files if they exists. This seems like there is an easy solution, but I am not aware of it. Any help would be greatly appreciated.
推荐答案
ALT + F11,插入 - >模块,粘贴下面的代码,享受! = D
ALT + F11, Insert -> Module, paste the code below and enjoy ! =D
http://www.rondebruin.nl/win/s7/win002.htm
http://www.rondebruin.nl/win/s7/win002.htm
这篇关于解压缩VBA的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!