Can I use VBA to unzip a file using the built-in unzip function of Windows?

I am using Outlook 2003, and I want to use a macro to unzip an attached file in a message. Can I use the built-in zip file for window processing in VBA to do this, and if so, how? I am working on a 64-bit version of Windows7.

+3
source share
1 answer

Reply to Windows built-in zip compression script -able? there may be some solutions. If not, I have successfully used the open source Info Zip DLL to unzip and unzip files. See Compress DLL, OCX, etc. for links and example code.

+4

Source: https://habr.com/ru/post/1726287/


All Articles