We don't have a way to mark solved.
Oh, and as an addendum to this thread -
One way to avoid the phantom breakpoints (as well as other code problems) is to NEVER edit code while in break mode. Always stop the code and put the form or report into design view. What happens if you don't is that sometimes the VBA compiler and the compiled code get out of synch and can cause problems including the phantom breakpoints and corruption.