I am using "=LastSaved()" that tells me when any change in the workbook.
I like to only record change on a specific sheet. Instead its giveing me changes made when data is enter in any other sheets on the workbook.
Function LastSaved()
Application.Volatile
LastSaved = FileDateTime(ActiveWorkbook.FullName)
End Function
Bookmarks