Sub![]()
Please Login or Register to view this content.
I am trying to copy A1:G7 and paste it as transpose to say J1 ... I have 7 rows filled.. now I have to copy from A3-G9 and paste as J8 .. and like wise ..
I am stuck at how to change the range with help of variables.
my idea is
for k = 1 to 100 step 2
A[k]:G[k+1] ..
how to write this piece with VBA ..
Any help will be highly appreciated ..
Thanks in advance
Shammi
Bookmarks