View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Stephan Kassanke Stephan Kassanke is offline
external usenet poster
 
Posts: 19
Default How to open a zip file from the code?


"ana" schrieb im Newsbeitrag
...
Hi everybody

I need to open a zip file from a macro .. is that possible?
How can I do it?

thanks
ana



Hi ana,

the following article
http://codeguru.com/vb/gen/vb_graphi...cle.php/c6743/
describes how to include the freeware infozip libraries into vb. There might
be slight differences to vba, but the article should get you started.

cheers,

Stephan