VBA

14-Sep-2020 : Ghost break?

  • by

Your code compiles perfectly and has worked thousand of times before, but suddenly it starts giving you a nasty error message: ‘Code execution has been interrupted’. It looks like the one you get when you press Ctrl-Break or when your code produces an error which you haven’t trapped, but it isn’t either of those …