How can you find which line of code an error occurs on without the compiler? On some computers, the program works fine. On other computers, it gets a Type Mismatch error, and on other computers, it gets a overflow error.

I could add a counter after everyline then pop up a message box with the counter # to find out where exactly the error is occuring, but is there an easier way?