when i hit F5 the excel program just keeps processing and i terminate in the editor by escape key. This is the first loop that I have tried and the guide that I am following has set up their example for the "Do Until" loop differently than I and I cannot apply that method.
what i have done is I have counted all the cells that contain a special character. the cell below that value is put into another worksheet in a running list, and the cell in worksheet "user" that has the special character is deleted. I did a countif of these special characters as a way of letting the code know how many more times it will need to loop but this is obviously not working. is it that the function within the cell does not update between loops and when the loop occurs it still reads the initial value upon looping, thus the infinite loop?
in your experiences, what have you found to be the best way to achieve simple loops?
Bookmarks