I am used to using [blue]F8[/blue] and [blue]shift-F8[/blue] to step through code. I'm used to breakpoints and the [highlight]Stop[/highlight] command, and I ignore the Watch feature but I know it's there.
I want a toggle command somewhere in the VBA editor that breaks the the running code as soon as a line of VBA is called. Like having a [highlight]Stop[/highlight] command at the start of every sub and function. So when I'm troubleshooting forms automation, I can use the form in form view, and as soon as an event fires that has code, there my VBA debug cursor will be.
My current method is to find the spot in the code where code is first invoked (or I hope it is, at least), and stick a break point there. Unsatisfactory. What's the way to do this?
[purple]_______________________________
Never confuse movement with action -- E. Hemingway [/purple]
I want a toggle command somewhere in the VBA editor that breaks the the running code as soon as a line of VBA is called. Like having a [highlight]Stop[/highlight] command at the start of every sub and function. So when I'm troubleshooting forms automation, I can use the form in form view, and as soon as an event fires that has code, there my VBA debug cursor will be.
My current method is to find the spot in the code where code is first invoked (or I hope it is, at least), and stick a break point there. Unsatisfactory. What's the way to do this?
[purple]_______________________________
Never confuse movement with action -- E. Hemingway [/purple]