E
Enter The
Hi,
Is it possible to get the procedure called by onTime (which I'll refer
to as the onTime procedure) to run while another is still going?
My program needs to wait for the onTime procedure to complete and is
looping infinitely, with doevents, while it waits (please don't ask
why I'm doing this stupidity, it's due to a 3rd party tool). It would
run the onTime procedure, during the loop, earlier today. But this
afternoon it's just stopped. And the onTime procedure only runs if I
press the "stop" or "pause" buttons in VBA.
Thanks,
Enter
Is it possible to get the procedure called by onTime (which I'll refer
to as the onTime procedure) to run while another is still going?
My program needs to wait for the onTime procedure to complete and is
looping infinitely, with doevents, while it waits (please don't ask
why I'm doing this stupidity, it's due to a 3rd party tool). It would
run the onTime procedure, during the loop, earlier today. But this
afternoon it's just stopped. And the onTime procedure only runs if I
press the "stop" or "pause" buttons in VBA.
Thanks,
Enter