Stopping the execution of a VBA code

Solved
amiro2017 Posted messages 207 Status Membre -  
amiro2017 Posted messages 207 Status Membre -
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

2 réponses

cs_Le Pivert Posted messages 8437 Status Contributeur 730
 
Hello,

To stop a macro:

Ctrl & Pause

--
@+ The Woodpecker
2
amiro2017 Posted messages 207 Status Membre 1
 
My PC doesn't have a pause key, what should I do?
0
cs_Le Pivert Posted messages 8437 Status Contributeur 730 > amiro2017 Posted messages 207 Status Membre
 
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
0
amiro2017 Posted messages 207 Status Membre 1 > cs_Le Pivert Posted messages 8437 Status Contributeur
 
thank youuuuuuuu
0