Hi,
I have a userform with several textboxes and a command button to load the information to a worksheet (Database).
In that worksheet, i have a column named "Finish Time"
I need that, when the cmdbutton is clicked, it loads the current time (hh:mm:ss) to the column "Finish Time"
Is that possible?
Can anyone help me with the code?
PS: The objective is to measure how long is the userform open. I have a textbox linked to userform_Initialize, so i'm guessing that i can do the same thing with userform_unload, but i can't seam to find the code.
Bookmarks