My UserForm updates my data worksheet.
I’ve added this line of code to include the date of the update.
But the “date entered” column changes all the records to the current day instead of date entered.
I thought about adding code to copy the column and paste values but…is there a better way?
I’ve added this line of code to include the date of the update.
But the “date entered” column changes all the records to the current day instead of date entered.
I thought about adding code to copy the column and paste values but…is there a better way?
Code:
ws.Cells(iRow, 16).Value = "=Today()"