I am a rookie programmer so please bear with me.
I am trying to copy a range of cells and paste transposed in another
location in the same sheet. I need to do this 2000 times.
So lets say my data is in row A and the data I need to copy is range
("a1:a10"). I copy and paste transposed. Then I need to repeat for
range ("a11:a20"). Then a21 - a30, then, then, then,....
I want to use a For loop but I do not know how to call out the range
with the variable. For example ("a(i):a(i)+9") does not work.