JohnGiacon
New Member
- Joined
- Mar 25, 2025
- Messages
- 8
- Office Version
- 365
- Platform
- MacOS
Hi,
I want to transfer data from one sheet (Sheet2) to another (Sheet1)
Sheet1 has dictionary headwords, with a unique ID number .
Sheet2 has a number [perhaps zero] of rows, with headword ID.
I have managed to select and copy the information in sheet2 for an ID – for 2 here.
I want to insert those rows under the row with ID 2 in sheet 1, i.e. under row 3.
The code I have for the selecting and copying the rows is not elegant, so an elegant way of doing the whole thing would be a bonus.
Sheet 1 has about 4,500 rows, sheet 2 about 20,000, so a way of looping and checking every x loops would be great.
Thanks, John
I want to transfer data from one sheet (Sheet2) to another (Sheet1)
Sheet1 has dictionary headwords, with a unique ID number .
Sheet2 has a number [perhaps zero] of rows, with headword ID.
I have managed to select and copy the information in sheet2 for an ID – for 2 here.
I want to insert those rows under the row with ID 2 in sheet 1, i.e. under row 3.
The code I have for the selecting and copying the rows is not elegant, so an elegant way of doing the whole thing would be a bonus.
Sheet 1 has about 4,500 rows, sheet 2 about 20,000, so a way of looping and checking every x loops would be great.
Thanks, John