I have an excel spreadsheet with multiple file names (including file path) listed in a column. I have to update other files using these 'underlying' files. So each cell has the file path and file name (i.e. Q:\Folder\File Name.xls). I would like to have the adjacent cells indicate the last modified date for each file. This saves me time from looking for the last modified date manually across different folders in my servers to see if the 'underlying' file has been updated, which I would need in order to update my other files. Help is greatly appreciated.
So this function would be something like "get last modified date based on file path". I will need step by step instructions as I am not very familiar with VBA. Thanks!
Example:
A B
1 Q:\Folder1\File name1.xls 2/10/2012
2 X:\Folder2\File name2.xls 12/1/2011
etc
So this function would be something like "get last modified date based on file path". I will need step by step instructions as I am not very familiar with VBA. Thanks!
Example:
A B
1 Q:\Folder1\File name1.xls 2/10/2012
2 X:\Folder2\File name2.xls 12/1/2011
etc
Last edited: