I need to copy the same row from multiple sheets into one row.
Example: I have an excel file with 5 sheets. I have to copy the 10th row (or the 15th row, or the 21th row) of every sheet in a 6th sheet, in the order of the sheets.
Thanks in advance.
This code will copy 7th row from all first 5 sheets into 6th sheet.
Here is a sample for 6 sheets and rows # 7:
The row # 7 from the first 5 sheets will be copied into the 6th sheet.