Attached is you mock workbook updated to include the macro TransferToSheet3 which I believe accomplishes what you are trying to achieve. Below is the code.
Open the workbook and press Alt+F8 to bring up the macro window. Then select the TransferToSheet3 macro and select Run. Go to the worksheet Sheet3 and the information should appear in row 21 under the Testing Below header.
To insert this code into your workbook
1. Press Alt+F8
2. Clear the macro name field and then type TransferToSheet3
3. Select the create option
4. Copy and paste the above code in between the Sub TransferToSheet3() and End Sub
5. Take a moment to read through the code, I have left comments that will appear in green that will let you know what each line of the code is doing.
6. Close out of Visual Basic
Let me know if this works for you!
Thanks!
Bookmarks