It's easy to set a breakpoint when debugging VBA, but how about a "startpoint" or a "skippoint"?

Posted by PowerUser on Stack Overflow See other posts from Stack Overflow or by PowerUser
Published on 2010-06-17T14:55:55Z Indexed on 2010/06/17 15:33 UTC
Read the original article Hit count: 208

Filed under:
|

I'm debugging a subroutine in my VBA code. I want to ignore the first half and just run the second half. So, is there a way to set a 'startpoint'?

Also, is there an easy way to ignore a specific line of code other than commenting?

If not, I'll just continue commenting out all the code I don't want run. The problem with this, of course, is that I have to remember to uncomment the critical code before I send it on to Production.

© Stack Overflow or respective owner

Related posts about ms-access

Related posts about vba