I have a loop that is not working correctly. I need to put a stop so I can debug it is there a way of doing that?
Code:
For R3 = 1 To Range("G" & R2) > 0
If Range("H" & R3 + 1).Value = 0 And BUY1 < BUY2 Then Range("J" & R3).Value = ("Buy at " & Format(BUY3, "0.00") & " or less")
Next R3