Forum Discussion
kal_qg
Oct 08, 2020Copper Contributor
Displaying file saved date in a cell
Hi,
I was looking for a function to display the file saved date in a cell.
I was able to find cell("filename") that displays the file name in a cell in a particular worksheet. Would be nice to find a function similar to this, that can display the date the file was last saved. If anyone knows, how to, drop me a note please. I'm not a vba programmer.
Regards,
Kal
It does require VBA - see How to insert last saved timestamp into worksheet cell in Excel?
2 Replies
It does require VBA - see How to insert last saved timestamp into worksheet cell in Excel?
- kal_qgCopper Contributor
Thank youHansVogelaar
Worked great!