Monday 17 September 2012

VBA - Unzip files using VBA


The below code will Unzip a *.zip file to a specific folder. We have already seen couple of examples like 'Accessing system special folders' and 'Creating shortcut of an system application', This code also in the same series of Unzipping the files. Quite useful if you are designing a complete protect and want to install in client machine.


2 comments:

  1. Thank you! Can you explain with comments the syntax and every line of the code? Thanks in Advance for your help!

    ReplyDelete