G
Guest
I run a macro everyday which imports a txt file that goes through some
manipulation then exports out. The problem is that the import file varies in
size so that macro run time varies as well. What I want to do is add a timer
to the macro that records the amount of time the macro took to run. I would
use this time figure to track run time trends.
So my question is how do I add the timer. Is there a built-in function or
is it going to require vb code?
Thanks!
Rich
manipulation then exports out. The problem is that the import file varies in
size so that macro run time varies as well. What I want to do is add a timer
to the macro that records the amount of time the macro took to run. I would
use this time figure to track run time trends.
So my question is how do I add the timer. Is there a built-in function or
is it going to require vb code?
Thanks!
Rich