Stopping the execution of a VBA code
Solved
amiro2017
Posted messages
207
Status
Member
-
amiro2017 Posted messages 207 Status Member -
amiro2017 Posted messages 207 Status Member -
Hello,
I am stuck on this trick, I have already had the solution in the forum but it does not work in my case, I am reaching out to you for help and thank you in advance. Indeed, my problem is that the execution of my VBA code frequently takes time and I think it gets stuck as I wait for several minutes. I kindly ask you to give me a solution to stop the execution knowing that my PC is a laptop and I have already tried:
shift+ctrl+end+insert
shift+end+insert
thank you in advance
Configuration: Windows / Chrome 56.0.2924.87
I am stuck on this trick, I have already had the solution in the forum but it does not work in my case, I am reaching out to you for help and thank you in advance. Indeed, my problem is that the execution of my VBA code frequently takes time and I think it gets stuck as I wait for several minutes. I kindly ask you to give me a solution to stop the execution knowing that my PC is a laptop and I have already tried:
shift+ctrl+end+insert
shift+end+insert
thank you in advance
Configuration: Windows / Chrome 56.0.2924.87
2 answers
-
Hello,
To stop a macro:
Ctrl & Pause
--
@+ The Woodpecker-
- See this:
https://fr.wikipedia.org/wiki/Touche_Pause
Otherwise press simultaneously:
Ctrl & Alt & Delete
Open the Task Manager
Select Excel
Click on End Task
There you go
-