I am working with excel files, linked. in one cell of one of the files, I would like to display the original file creation date of a different file (possibly in a different location, i.e. with path info). The reason is that I am using my first file as a dashboard (e.g., dashboard.xls), and the other files (e.g. data2.xls, etc.) come to me periodically from some HR source, and perhaps mainframe. If they have unhelpful or varying names, I'd like to save them over into my \data folder to cell reference, but still be able to identify the original date of this data file on my dashboard.xls screen.
I think I want something such as ActiveWorkbook.BuiltinDocumentProperties("Creation Date")
-- can I use VBA to have this date display when a file is opened or updated, etc.?
I think I want something such as ActiveWorkbook.BuiltinDocumentProperties("Creation Date")
-- can I use VBA to have this date display when a file is opened or updated, etc.?