Can anyone provide me with some code to make a label on a userform display the elapsed time? I would appreciate references to “start” and “stop” buttons.
The plan is to use the following line to tie it to my worksheet…
Timebox.Value = Range(“a” & i).Value
‘where i is an incremental variable representing row number.
Thanks Millions!
Drk