At one time I had a breakpoint next to an IF THEN statement. Before I copied my program out to production for my users, I removed this breakpoint.
Sometimes when the user is using a form, the Visual Basic editor will launch and the IF THEN statement will be highlighted in Yellow (along with the yellow arrow on the far left side). I don't receive any type of error message when this happens. I can click F8 and continue to run each line of code successfully without any error message appearing.
I clicked on Debug -> Clear All Breakpoints, but this does not seem to solve the problem. (Note: there is no red dot on the left hand side signifying a breakpoint) I also tried to add a breakpoint where the program stop and then removed it to see if the debugger would stop being launched but this didn't work.
Can any tell me what's going on?
Thanks!
Crhodus
Sometimes when the user is using a form, the Visual Basic editor will launch and the IF THEN statement will be highlighted in Yellow (along with the yellow arrow on the far left side). I don't receive any type of error message when this happens. I can click F8 and continue to run each line of code successfully without any error message appearing.
I clicked on Debug -> Clear All Breakpoints, but this does not seem to solve the problem. (Note: there is no red dot on the left hand side signifying a breakpoint) I also tried to add a breakpoint where the program stop and then removed it to see if the debugger would stop being launched but this didn't work.
Can any tell me what's going on?
Thanks!
Crhodus