Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Time for procedures to run
Time for procedures to run
Resolved · Low Priority · Version 2007
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?
For upcoming training course dates see: Pricing & availability
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
Thu 4 Dec 2008: Automatically marked as resolved.
|
