ChrisAgius
Programmer
Guys I need your help about this one. I need to debug a program during execution when an error pops up. I need that when an error occurs in my program a message box pops up terlling me to debug. I am using the SET STEP ON on error. But the problem is that when an error occurs and i want to debug the program the SET STEP ON only passes through the code for the error box and not from the code where the error occured. Any idea on how to debug on the line where the error occurrs. There is surely a way to do so but I am not doing the right thing.Thanks A Lot.