PDA

View Full Version : Zipping files using Winrar



mskumar1984
07-14-2008, 03:15 AM
Hi,

Could anybody help in VBA code for zipping and extracting WINRAR file.

Oorang
07-22-2008, 08:53 AM
The most painless way is probably just to use the WinRAR command line tools via shell. Exampe:Shell "Cmd /c ""z:\some_folder> unrar e c:\some_rar_file.rar"""