Stopping the execution of a VBA code

Solved
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

2 answers

  1. cs_Le Pivert Posted messages 8437 Status Contributor 730
     
    Hello,

    To stop a macro:

    Ctrl & Pause

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