You could add a textbox after the Name, and adjust the code without changing everything.
I just added a textbox after the name textbox, named it TxtDate and adjusted the code slightly to add the value to column Y.
There are no major adjustments.
added a 5th val variable : val5 as a date
Dim i As Long, val1 As Double, val2 As Double, val3 As Double, val4 As Double, val5 As Date
and added the value to a cell in column Y.
I added code according to your code
I uploaded the adjusted file.
hope this helps.
Bookmarks