I have an application that can take a long time to run. Should the user want/need to stop during execution (press esc key), I would like to provide the option of saving certain parameters to a text file so the program can pick up where it left off and not have to start from the beginning. How do I go about attaching code to the esc key?
I am running Windows XP pro and VBA 6
If I can't use the esc key, is there another way for the user to interrupt the code execution?
Thanks for the help
I am running Windows XP pro and VBA 6
If I can't use the esc key, is there another way for the user to interrupt the code execution?
Thanks for the help