I will start off by apologizing that I am on my mobile and cannot attach a sample file. Hopefully my description can suffice.
I am new to VBA and am having an issue getting a bit of code to work efficiently.
I am trying to copy a range of data from sheet1 e5:e50. I would like to then paste the data range starting in e2 on sheet2 move down to the next available cell in column e, paste the range again, etc.. When the loop completes, the range should've been pasted 26 times.
One caveat on the range selected from sheet1 - the number or cells filled with values may vary. For example, there may only be 10 rows with data to copy over, other times there may be 20 or so. But data always starts in cell e5. Is there a way to select e5 then copy down xl.down?
I have some more code that inserts formulas and does some other things to create a data table but I am stuck on getting to data to copy over multiple times.
Any help would be greatly appreciated. I have been stuck on this for 3 days.
Mark
I am new to VBA and am having an issue getting a bit of code to work efficiently.
I am trying to copy a range of data from sheet1 e5:e50. I would like to then paste the data range starting in e2 on sheet2 move down to the next available cell in column e, paste the range again, etc.. When the loop completes, the range should've been pasted 26 times.
One caveat on the range selected from sheet1 - the number or cells filled with values may vary. For example, there may only be 10 rows with data to copy over, other times there may be 20 or so. But data always starts in cell e5. Is there a way to select e5 then copy down xl.down?
I have some more code that inserts formulas and does some other things to create a data table but I am stuck on getting to data to copy over multiple times.
Any help would be greatly appreciated. I have been stuck on this for 3 days.
Mark