I have a code that require a lot of solution time. During the code is running I want to show a userform with a button "Stop" to have a controlled interruption of program. My issue is that I can't show a userform and still have code running in backgound. I have found DoEvents() but I am not sure if this is correct to use. I found Excel help for this function limited.

\Joakim