Forum Discussion
matheusmhls
Dec 28, 2023Copper Contributor
Excel file change date and time
English: I use Excel on my cell phone and recently it stopped updating the file change date. As soon as I make a change to the file it shows the current date and time, which would be the time I last ...
esushi
Aug 01, 2025Brass Contributor
Solution 1: Use the formula =CELL(filename) to display the file path and modification time, or use Power Query to obtain metadata (=Excel.Workbook(File.Contents(path),true)[Modified]).
Solution 2. VBA solution: ThisWorkbook.BuiltinDocumentProperties(Last Save Time).Value)