How do you link a time stamp to a cell using a userform button control? [migrated]
- by Chad Cochrane
Hello fellow VB Developers/Users/Hobbyists/What-Have-You! I have a user form that has two buttons: 1. Start 2. Stop
When I press start, I would like it to record the current time with this format: (dd/mm/yy hh:nn:ss:) in a specific column.
Then when I press the Stop Button I would like it to record the time again in the cell next to it.
…