Hi,
I am trying to unzip latest file and copy contents in it and paste in different Path/folder.
When I am using this code I am able to open the zip file which i mentioned and was able to paste it in destinationPath
ub UnzipAFile(zippedFileFullName As Variant, unzipToPath As Variant)
Dim...