Hi Forum,
I don't understand the code below, wondering if you could help explain it to me?:confused::confused:
1) What is the code looping?
2) What is the value of UBound(brr, 2) and UBound(arr)?
3) in Cells(s, 3).Resize(x, 1) = arr(i, 1), what does the = arr(i, 1) do?
4) in Cells(s...