Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot start debugging

Status
Not open for further replies.

bugmenot1

Programmer
Joined
Feb 24, 2006
Messages
22
Location
NL
Hi there,

I am a newbie in VBA. I have a piece of application written in VBA, and there some errors in the app that I supposed to fix. Some of them, I need to debug. But my problem is, I just can't start debugging. When I put a breakpoint in any part of the code, the application just freezes after displaying the first page, no matter where I put the breakpoint.

So, my question is, is there any way of writing a code in VBA that prevents being debugged? If yes, how can I turn this off? If no, any idea what the heck would this be??

Thanks in advance,

Cihan Esen
 
I just found the solution for my problem. Apparently the settings for Error Handling in VB were wrong. Tools->Options->General->Error Trapping...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top