VBA - how to conditionally skip a for loop iteration - Stack Overflow
I have a for loop over an array. What I want to do is test for a certain condition in
the loop and skip to the next iteration if true: ... VBA does not have a Continue or
any other equivalent ...
stackoverflow.com |