Greetings Experts...
What I'm trying to accomplish is to create a clock showing hh:mm:ss that begins when I begin a task and ends once the task is complete and then of course records the time it took to complete the task (in minutes) in a spreadsheet
Yes, there are 100's of videos that dance around this concept but none that land on it. And I think it is possibly because it can't be done.
Here is the remaining context.
This clock will be embedded into a label on a userform. The same userform I will be using to perform the tasks I want to measure. (I think this may be where I enter the realm of impossibility).
So, in other words, this clock would need to start when the task begins, run in the background while I perform the task which, of course, is all code centric. Thus other sub routines would need to run simultaneously.
Like most here, I have built many different types of clocks in Excel to perform many functions, but I've never built one to do what I'm outlining here.
So, first ~ Can this be done (and without much if any volatility) ?
If yes, can you point me in a direction where I can begin to build this code...
As always, Thank You!
RT91
What I'm trying to accomplish is to create a clock showing hh:mm:ss that begins when I begin a task and ends once the task is complete and then of course records the time it took to complete the task (in minutes) in a spreadsheet
Yes, there are 100's of videos that dance around this concept but none that land on it. And I think it is possibly because it can't be done.
Here is the remaining context.
This clock will be embedded into a label on a userform. The same userform I will be using to perform the tasks I want to measure. (I think this may be where I enter the realm of impossibility).
So, in other words, this clock would need to start when the task begins, run in the background while I perform the task which, of course, is all code centric. Thus other sub routines would need to run simultaneously.
Like most here, I have built many different types of clocks in Excel to perform many functions, but I've never built one to do what I'm outlining here.
So, first ~ Can this be done (and without much if any volatility) ?
If yes, can you point me in a direction where I can begin to build this code...
As always, Thank You!
RT91