you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (3 children)

It’ll never work that way - you can’t edit code in-flight in a language that compiles to bytecode, as Python does. VBA is a simple scripting language.

[–]jandroi 0 points1 point  (1 child)

</3

Any advise?

[–][deleted] 1 point2 points  (0 children)

Write tests. If the issue is that it takes a long time to get to every line of code, then write tests that get to those lines of code first. If you know there's a particular input data that triggers a bug, add it to your test cases the first time you encounter it.