Code:
Private Sub btnMyButton_Click()
Stop
If MsgBox("Please, please", vbOKCancel) = vbOK Then
Stop
End If
Call ProcedureOfMine
End Sub
When I invoke this from the form, the MsgBox appears but the vbOK path does not cause the code to stop.
Stop will not stop the code in either place, and ProcedureofMine does not get called. Stop inserted elsewhere in modules also does not cause code to break.
Breakpoints in the code also do not break the running!
I decompiled, compacted and recompiled. Have I got some extra-evil corruption?
[purple]_______________________________
Never confuse movement with action -- E. Hemingway [/purple]