我可以使用 VBA 使用本机 Windows 解压缩功能来解压缩文件吗?
我正在使用 Outlook 2003 &我想使用宏来解压缩邮件上的文件附件。我可以使用 VBA 中 Windows 的内置 zip 文件处理来执行此操作吗?如果可以,如何操作?我运行的是 Windows7 64 位。
I'm using Outlook 2003 & I want to use a macro to unzip a file attachment on a message. Can I use the built-in zip file handling of windows in VBA to do this and if so, how? I'm running on Windows7 64 bit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows内置ZIP压缩脚本可用?的答案可能是有一些解决方案。如果没有,我已成功使用开源 Info Zip DLL 来压缩和解压缩文件。有关链接和示例代码,请参阅压缩 DLL、OCX 等。
The answer at Windows built-in ZIP compression script-able? might have some solutions. If not I've successfully used the open source Info Zip DLLs to zip and unzip files. See Compression DLLs, OCXs, etc for links and sample code.