I need to create a VBA code for a spreadsheet I am working on where if data is entered, or the cell is modified in any aspect, then a timestamp will appear in the cell under it.
For example, if cell B1 or B2 was modified (data entry or whatnot), then in cell B4 a timestamp would appear. I...