Hello,
I'm very new to VBA and I've seen that there are many similar questions to mine, but none fits exactly my needs.
I have a workbook with several sheets; my main sheet "Final" has in column A all the names of all the other sheets (e.g. 18MP2, 23ST4, etc). The sheets with such names all have the same structure. I would like to copy from each of these sheets the range A2:G2 and paste it in the sheet "Final" in the range B:G according to the match between the value in col A (of sheet "Final") and the name of the sheet from which the data is copied. Below you can see a pic of how the workbook looks.
I'd appreciate any help!
I'm very new to VBA and I've seen that there are many similar questions to mine, but none fits exactly my needs.
I have a workbook with several sheets; my main sheet "Final" has in column A all the names of all the other sheets (e.g. 18MP2, 23ST4, etc). The sheets with such names all have the same structure. I would like to copy from each of these sheets the range A2:G2 and paste it in the sheet "Final" in the range B:G according to the match between the value in col A (of sheet "Final") and the name of the sheet from which the data is copied. Below you can see a pic of how the workbook looks.
I'd appreciate any help!