Hello,

I have a spreadsheet with data in many rows from column A:G

What I would like to do:
Insert username in column H when user edits a value in cell A:G on the same row.

Examples:
User edits Cell D10.
I then want the vba to get the username and paste this in Cell H10

User edits Cell G20.
I then want the vba to get the username and paste this in Cell H20

Is this possible?