sanilmathews
Board Regular
- Joined
- Jun 28, 2011
- Messages
- 102
I would like to have a VBA code that would rename files (both excel and pdf) in a specific path. The files in the path are initially named as 1, 2, 3, 4... etc. Now the template that has the VBA will have the exact number of files with the number series in Column A. While in Column B, I will have the new file names that should be used for renaming those files in the path.
The VBA should refer the files in the path using the series in Column A and rename it to a new name that is in Column B.
Thanks in advance!
The VBA should refer the files in the path using the series in Column A and rename it to a new name that is in Column B.
Thanks in advance!