Hi,
I am looking to write a macro that will copy and paste several ranges of cell values from one worksheet (Team Report) to another (Data).
The width of the ranges will always be constant, 63 columns (A to BK)
The height of the ranges however will vary (from day to day). The number of rows in each range is specified in cell B5 in "Team Report"
When running the macro I would like it to copy a range "B5" rows down by 63 columns wide from the starting point of A11 in "Team Report" and paste only the values into "Data" starting at cell B11.
I would then like it to return to "Team Report" and copy the next range (again "B5" rows down by 63 columns wide, starting from where the last range had finished), pasting it into "Data" starting at cell B71.
I have attempted this a few times myself, but my excel skills leave a lot to be desired when it comes to VBA. I suspect that it may need to involve the OFFSET function, using the value in B5 to dictate where to begin the copy selection.
Any help would be greatly appreciated.
Regards,
Richard
I am looking to write a macro that will copy and paste several ranges of cell values from one worksheet (Team Report) to another (Data).
The width of the ranges will always be constant, 63 columns (A to BK)
The height of the ranges however will vary (from day to day). The number of rows in each range is specified in cell B5 in "Team Report"
When running the macro I would like it to copy a range "B5" rows down by 63 columns wide from the starting point of A11 in "Team Report" and paste only the values into "Data" starting at cell B11.
I would then like it to return to "Team Report" and copy the next range (again "B5" rows down by 63 columns wide, starting from where the last range had finished), pasting it into "Data" starting at cell B71.
I have attempted this a few times myself, but my excel skills leave a lot to be desired when it comes to VBA. I suspect that it may need to involve the OFFSET function, using the value in B5 to dictate where to begin the copy selection.
Any help would be greatly appreciated.
Regards,
Richard