我可以使用 VBA 使用本机 Windows 解压缩功能来解压缩文件吗?

发布于 2024-08-15 19:13:29 字数 119 浏览 6 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咆哮 2024-08-22 19:13:29

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文