Hey All,
A while back I used a vb I found here to lock cells that have been edited and it works great; I was wondering if there is anyway to add a comment with the date and time of the entry.
The code I use is below
Private Sub Worksheet_Change(ByVal Target As Range)
Dim Answ As String...