Hi Team,
Please help me in solving this tricky situation.
I have userform Where i browse a folder which has 10 files to be processed and save these files with different filenames.
Now here is the tricky part:
------------------------------
After processing, I would like to create new temp folder in the same folder where i would store old 10 files.
Now, next time i would just delete the old 10 files(not files in the temp created) and paste new set 10 files. After processing again move these old 10 files to Temp folder. HERE DO NOT CREATE NEW TEMP folder again as it is created yesterday.
Eg: C:\ABC has 10 files. after processing these files would be moved to C:\ABC\TEMP.
Now tomorrow if i run again i just want to process files and move the files to TEMP folder without creating folder again. i.e Just move the files to TEMP folder
Please help!
Regards,
Mahantesh
Please help me in solving this tricky situation.
I have userform Where i browse a folder which has 10 files to be processed and save these files with different filenames.
Now here is the tricky part:
------------------------------
After processing, I would like to create new temp folder in the same folder where i would store old 10 files.
Now, next time i would just delete the old 10 files(not files in the temp created) and paste new set 10 files. After processing again move these old 10 files to Temp folder. HERE DO NOT CREATE NEW TEMP folder again as it is created yesterday.
Eg: C:\ABC has 10 files. after processing these files would be moved to C:\ABC\TEMP.
Now tomorrow if i run again i just want to process files and move the files to TEMP folder without creating folder again. i.e Just move the files to TEMP folder
Please help!
Regards,
Mahantesh