I need to rename files contained in a folder.
The new filenames are held in a table along
with the corresponding old filenames.
Example
Table1
Field1(OldFileName) 100026578.jpg
Field2(NewFileName) Pic6589ST.jpg
Is there any VBA code that can use the
NewFileName to rename the files in the
folder on the hard disk
Many thanks
The new filenames are held in a table along
with the corresponding old filenames.
Example
Table1
Field1(OldFileName) 100026578.jpg
Field2(NewFileName) Pic6589ST.jpg
Is there any VBA code that can use the
NewFileName to rename the files in the
folder on the hard disk
Many thanks