Hello everyone!
I have a userform which takes around 1,5 hrs to run. I press a button and then the timer starts. (It handles thousands of columns and rows, I am working on optimizing it, but still something like this would be user friendly) I want to be able to stop it at any given time by pressing a button eg.: escape or enter etc.
I have never tried anything like this before, and after searching a lot didn't find any similar questions to mine.
Is there any way something like this can be made?
Pressing escape or ctrl+pause/break doesn't work at all, because the program is already so slow.
A solution is of course ctrl+alt+del, but it is not very subtle.
I have a userform which takes around 1,5 hrs to run. I press a button and then the timer starts. (It handles thousands of columns and rows, I am working on optimizing it, but still something like this would be user friendly) I want to be able to stop it at any given time by pressing a button eg.: escape or enter etc.
I have never tried anything like this before, and after searching a lot didn't find any similar questions to mine.
Is there any way something like this can be made?
Pressing escape or ctrl+pause/break doesn't work at all, because the program is already so slow.
A solution is of course ctrl+alt+del, but it is not very subtle.