Hello,
I have this code that records all changes made in a workbook (audit trail). The thing is that it records everything even if the workbook is not saved. How can I change this in order to do the recording only when it is save.
'Sub AuditTrail(ByVal Sh As Object, ByVal Target As Range)...