I've got a very basic understanding of VBA & I'm trying to create a spreadsheet with a timestamp along with the username when a cell within a range is modified.
I've have found loads of examples of vba with different variations that're pretty close, but I can't seem to make them work for me.
The closet I've found will add a username and timestamp when cells in a singular column are changed. It offsets the stamp from this target range.
I have information in ranges A2:L34 & A40:L82, & I was hoping to create a stamp in column O & P with the username and time modified respectively.
Does anyone know how to do this?
Any help at all would be greatly appreciated as I'm going in circles.
I've have found loads of examples of vba with different variations that're pretty close, but I can't seem to make them work for me.
The closet I've found will add a username and timestamp when cells in a singular column are changed. It offsets the stamp from this target range.
I have information in ranges A2:L34 & A40:L82, & I was hoping to create a stamp in column O & P with the username and time modified respectively.
Does anyone know how to do this?
Any help at all would be greatly appreciated as I'm going in circles.