Hello all
I'm Orlando from Puerto Rico. I'm always searching for new thing to do with MS Excel and MS Access. Every day is a good day to learn something new.
Tks!!
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)...