Suryaprakash
New Member
- Joined
- Aug 1, 2011
- Messages
- 41
My question is in 2 parts:
1. Look up folders and all it's subfolders and unzip files in the same name (in the same path) as the source files using a VBA.
2. Normally when we unzip a file, the individual files get unzipped in 2nd level. For example, when we unzip file named Data.rar (or Data.zip), the unzipped files go to second level in the folder with the same name i.e. Data\Data\*.* instead of Data\*.*. Can there be a macro to move these files one level up. I am looking for a code to do this in a Folder with all it's subfolders.
1. Look up folders and all it's subfolders and unzip files in the same name (in the same path) as the source files using a VBA.
2. Normally when we unzip a file, the individual files get unzipped in 2nd level. For example, when we unzip file named Data.rar (or Data.zip), the unzipped files go to second level in the folder with the same name i.e. Data\Data\*.* instead of Data\*.*. Can there be a macro to move these files one level up. I am looking for a code to do this in a Folder with all it's subfolders.