Katy has attended:
Excel VBA Advanced course
Time for procedures to run
Is there a way of having a timer included which will tell the user how long is left for the macro to run?
RE: time for procedures to run
Hi Katy
Thanks for your question
It would be very difficult to calculate how long a procedure has to run simply because the code's run would be suspended everytime a message or input box appears.
The remaining elapsed time would be dependent upon how quickly the user responds to these events.
Regards
Stephen