Hi
I hope you can help me with a spreadsheet.
I have a spreadsheet with 3 tabs (AY21-22, AY22-23 and log[hidden]) that I need to track changes on.
I have found
Private Sub workbook_beforesave(ByVal SaveAsUI As Boolean, cancel As Boolean)
Dim wbLog As Worksheet
Dim iLastRow As Integer
Set...