Basically it's a Range variable representing each individual cell.

If lrow equals 3 then that would translate to
"for each cell in A3:A5", and ar would hold a reference to each individual cell in turn - A3, A4 and A5.