Morning all,
I have worksheet with about 50+ sheets that is on our server. I need to be able to see who changed what cell and on what sheet and when.
I found this code on here:
Option Explicit
Const intUsernameColumn = 1
Const intCellRefColumn = 2
Const intNewValueColumn = 3
Const...