Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top