I have a workbook with a number of worksheets (the number may change over time). Within each worksheet I want to copy the range A17:N154 and paste it into one master worksheet.
In other words, taking this same range from each worksheet and compiling all of the data into one long "list" in another worksheet. It would cover columns A:N but would vary in row length based on how many sheets of data need to be copied into it.
Can anyone help me write some code that will automate this process for me?
Thanks!
In other words, taking this same range from each worksheet and compiling all of the data into one long "list" in another worksheet. It would cover columns A:N but would vary in row length based on how many sheets of data need to be copied into it.
Can anyone help me write some code that will automate this process for me?
Thanks!