Need help in While wend loop What Iam doing with this code is checking a list of numbers 1 2 3 1 5 What the code is supossed to do is stop when the next number in the list is a blank or smaller than the previous number While shData.Cells(r, "B") "" Or shData.Cells(r + 1, "B") < shData.Cells(
r, "B") r =...