I have this code that records the change, its date and the user that did it for all sheets on another sheet, what i need is only the changes in column "N" in a sheet named "Input" to be recorded, below is the code:
Private Sub Workbook_Open()
Sheets("LogDetails").Visible = True
End Sub...