missouridawg
New Member
- Joined
- Mar 7, 2019
- Messages
- 7
due to the "A3" type locator references. If I could identify both cells using numbers (for example 3, 3 for something in cell C3) I think i could get this to work out... but I'm not quite savvy enough to do it without that kind of referencing.
Here's a specific request:
Let's say I have 3 rows of data and that data spans from columns 1 through 3. This means I have data in:
A1, A2, A3
B1, B2, B3
C1, C2, C3
How would I write a For Loop to take each row of data and paste it into a new sheet in cells B5, B10, and B15 for the data in row 1. Then take row 2 and paste it into cells 47 rows directly below the preceding row... meaning data piece B1 would go into new sheet cell B52, data piece B2 would get into B57 in new sheet, and data piece B3 would get into B62 in new sheet. Same thing for row C... I need it to be 47 spaces below the previous row.
Any help is greatly appreciated!
Here's a specific request:
Let's say I have 3 rows of data and that data spans from columns 1 through 3. This means I have data in:
A1, A2, A3
B1, B2, B3
C1, C2, C3
How would I write a For Loop to take each row of data and paste it into a new sheet in cells B5, B10, and B15 for the data in row 1. Then take row 2 and paste it into cells 47 rows directly below the preceding row... meaning data piece B1 would go into new sheet cell B52, data piece B2 would get into B57 in new sheet, and data piece B3 would get into B62 in new sheet. Same thing for row C... I need it to be 47 spaces below the previous row.
Any help is greatly appreciated!