A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You could change the function to
Public Function ModDate()
Application.Volatile
ModDate = Format(FileDateTime(ThisWorkbook.FullName), "m/d/yy h:n ampm")
End Function
Whenever the worksheet is recalculated, the function will be updated.