In a compiler I used for another programming language it was possible to set
a module so that it was "skipped" by the debugger.
This was most useful when developing a project as I was able to avoid
working through code in the debugger which I had already cleared and
verified, thus allowing me to concentrate on the main code of the project.
Is it possible to do the same in VBA?![]()
Whenever I work on a project I usually have a number of Subs and functions
which do simple tasks, usually only used in the one project, which I keep having to step through in the Debugger. I dislike having to use Run to Cursor
each time this happens.![]()





Reply With Quote