I\'m using the code by Ron (http://www.rondebruin.nl/win/s7/win002.htm) to, in theory, unzip a bunch of zip files in a folder. I believe what I have below is the code that takes
The problem is you are not giving windows enough time to extract the zip file. Add DoEvents after the line as shown below.
DoEvents
TRIED AND TESTED
oApp.Namespace(FnameTrunc).CopyHere oApp.Namespace(Fname).items DoEvents