P
Paul Black
Hi everyone,
How can I get the total processing time of a Sub to appear in a
message box once the Sub has finished please.
I have got ...
Dim start As Double
Start = Timer
.... so far but want it to produce the processing time in the format x
hours y minutes & z seconds.
I know it will be something like Timer - Start but then I am at a
loss.
Perhaps something like ...
"Processing Time " & Format(Timer - Start) / 24 / 60 / 60) = x hours y
minutes & z seconds)
Thanks in Advance.
All the Best.
Paul
How can I get the total processing time of a Sub to appear in a
message box once the Sub has finished please.
I have got ...
Dim start As Double
Start = Timer
.... so far but want it to produce the processing time in the format x
hours y minutes & z seconds.
I know it will be something like Timer - Start but then I am at a
loss.
Perhaps something like ...
"Processing Time " & Format(Timer - Start) / 24 / 60 / 60) = x hours y
minutes & z seconds)
Thanks in Advance.
All the Best.
Paul