views:

308

answers:

1

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.

+2  A: 

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.

Tony Toews