I want to loop through a selection, looping through the columns and then the rows.
"selection.rows" returns the array, which one can then tack on stuff like ".cells(1,1)" but how do I get the length of the array in rows and columns?
Thanks in advance as I know this should be pretty easy.
"selection.rows" returns the array, which one can then tack on stuff like ".cells(1,1)" but how do I get the length of the array in rows and columns?
Thanks in advance as I know this should be pretty easy.