Search code examples
macosvba

Control + Break equivalent for Mac in VBA


If I want to stop my code from executing on a PC, I know I just need to press ctrl+break. But since my Mac has no "break" key I am not sure what to do?

What is the equivalent in Mac?


Solution

  • Use . on Mac to stop the code.