Hello There,
I would like to know the VBA code for the following requirement:
Following parameters passed to the Function:
1. The name of the .zip file (complete folder path including zip file name: C:\FolderFile.zip)
2. Name of the sub directory in the .zip (where the file to be extracted is located --> Folder3)
3. Name of the file to be extracted from the folder (from step 2 --> folder3 Myfile3.csv)
4. String value to be searched in the extracted file (in Step 3 --> "Don")
A Function which would return True if the string "Don" is found else False. At the end of the execution delete the zip file
I have attached a sample zip file for your reference.
Looking forward to hearing from you.
Regards,
Don
I would like to know the VBA code for the following requirement:
Following parameters passed to the Function:
1. The name of the .zip file (complete folder path including zip file name: C:\FolderFile.zip)
2. Name of the sub directory in the .zip (where the file to be extracted is located --> Folder3)
3. Name of the file to be extracted from the folder (from step 2 --> folder3 Myfile3.csv)
4. String value to be searched in the extracted file (in Step 3 --> "Don")
A Function which would return True if the string "Don" is found else False. At the end of the execution delete the zip file
I have attached a sample zip file for your reference.
Looking forward to hearing from you.
Regards,
Don