I thought it might be easy to add additional columns to the VBA so every other column produced a time stamp, can someone help please?
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Columns("j:j, l:l, m:m, o:o")) Is Nothing Then
For Each i In Intersect(Target...