I have a event procedure from where I call another procedure. Now I would like to stop the running of these procedures. If I use exit sub then the second procedure will return to the first and the instructions in the first will still be executeted. I would like to stop the vba code.