@AnalyticsUnboxed

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
    Application.EnableEvents = False
    Sh.Range("D1").Value = Now
    Application.EnableEvents = True
End Sub

@sage4788

This is what i am looking for 👍❤️

@October.123-j3q

👍🏻👍🏻