Hi people,
need your help with these:
i will like to make macro that copy data from sheet1 to sheet2(on this forum i learned how to do that) and also to format data on sheet2 like in example down:
sheet1:
<tbody>
</tbody>
in sheet1 i can have n rows and from every row to make like in example down:
sheet2:
<tbody>
</tbody>i will like to copy till last row in sheet1 and i will like to format every this set of data(every five rows in sheet2) to be ready for printing like document with two pages where first 3 rows is page 1(red color) and 4th and 5th row are page 2.
Thank you guys!
need your help with these:
i will like to make macro that copy data from sheet1 to sheet2(on this forum i learned how to do that) and also to format data on sheet2 like in example down:
sheet1:
A | B | C | D | E | F | G | H | I | J | |
1 | NAME | COL1 | COL2 | COL3 | COL4 | COL5 | COL6 | COL7 | COL8 | COL9 |
2 | Petar | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
3 | John | 20 | 36 | 40 | 50 | 60 | 70 | 80 | 90 | 100 |
... | ... | ... | ... |
<tbody>
</tbody>
in sheet1 i can have n rows and from every row to make like in example down:
sheet2:
A | B | |
1 | sheet1 A2 | sheet1 B2 |
2 | sheet1 C2 | sheet1 D2 |
3 | sheet1 E2 | sheet1 F2 |
4 | sheet1 G2 | sheet1 H2 |
5 | sheet1 I2 | sheet1 J2 |
6 | sheet1 A3 | sheet1 B3 |
7 | sheet1 C3 | sheet1 D3 |
8 | sheet1 E3 | sheet1 F3 |
9 | sheet1 G3 | sheet1 H3 |
10 | sheet1 I3 | sheet1 J3 |
... | ... | ... |
<tbody>
</tbody>
Thank you guys!