I have a list (column) in one worksheet [sheet1!A1:A120 (for example)] which I want to use to repopulate a two dimensional array in another. [sheet2!A1:G1, A3:G3, A5:G5, etc].
I also want to be able to specify a variable start point on the fly [maybe start with sheet1!A3 rather than A1]
I don't have any skills with VBA. I hope someone out there can help.