Greetings,
I am receiving a loop without Do error at the second "loop". Is it possible to loop to the same initial "Do Until" statement from more than one point? I would like to loop back to the initial point from each GoTo statement.
k = Range(Cells(Rows.End(xlUp), b))
Do Until k =...