Quote Originally Posted by vcoolio View Post
Ok jengesmeriz, I'll leave it with you.

This line

For i = 1 To UBound(ar)
in simple terms basically means the array is being searched from bottom (1) to top (UBound) or (LBound to UBound): the lower bounds to the upper bounds.

Cheerio,
vcoolio.
It works! I just noticed that the loop works for more than one criteria. Thank you so much. Appreciate the help!