Hi,
I have some files in a folder. These files to be copied to different folders.
Example :
List of Files in Folder A :
List of Folders in Folder B :
I need an Excel macro to copy the files as below :
Thanks in advance
Srinivasa Rao
I have some files in a folder. These files to be copied to different folders.
Example :
List of Files in Folder A :
- 20170725_011111_G113_17_ACC.pdf
- 20171125_001011_I002_17_ACC.pdf
List of Folders in Folder B :
- 001011_InternalMicrometer
- 011111_ExternalMicrometer
- 011131_ExternalMicrometer
I need an Excel macro to copy the files as below :
- Copy file ‘20170725_011111_G113_17_ACC.pdf’ to folder ‘011111_ExternalMicrometer‘ (Text between first _ to second _ is to be searched in folder names for copying)
- Copy file ‘20171125_001011_I002_17_ACC.pdf’ to folder ‘001011_InternalMicrometer’ (Text between first _ to second _ is to be searched in folder names for copying)
Thanks in advance
Srinivasa Rao