Actually Stop is a good idea. I did not include the conditional statement for debugging.

IE.
VB Code:
  1. If DebugFlag then
  2.      Stop
  3.      Resume Next
  4. End If

I forgot where I was posting...