The making of those row copies was the first step of my task. Your code was perfect.
They they wanted another block of data, consisting of 25 rows by one column (so basically a column of data)
to be copied next to the rows we generated earlier. That is eg Paste it to cover rows 2 to 26, move down to the first empty
cell below what you just pasted and repeat the process. All the way down.
I gave it a go and replaced the code in your for loop with:
which worked. Do you have a more elegant scalable solution? cheers
Bookmarks