Hello all, I'm trying to complete a project and need one last step. I have a folder containing a bunch of picture files, each of which require a corresponding index file (plain text) in order to be fed into the appropriate location of a separate database.
The file names of the picture files contain all the necessary information. For example: 12-24-2011_987654321_MainReport.tif
For this example, the index file should have the following contents:
12/24/2011
987654321
MainReport
12-24-2011_987654321_MainReport.tif
The name of the index file should be:
IND.12-24-2011_987654321_MainReport.txt
Can someone suggest some VBA code to automate the creation of these index files? Thank you in advance.
The file names of the picture files contain all the necessary information. For example: 12-24-2011_987654321_MainReport.tif
For this example, the index file should have the following contents:
12/24/2011
987654321
MainReport
12-24-2011_987654321_MainReport.tif
The name of the index file should be:
IND.12-24-2011_987654321_MainReport.txt
Can someone suggest some VBA code to automate the creation of these index files? Thank you in advance.