Using Excel 2000
Hi,
VBA that copy as per number of row mention in cells G6:G15 from a columns C, D, E and paste in to as explain continuation....
If rows to be copied start with 1 than to be past in column I, J, & K
If rows to be copied start with X than to be past in column M, N, & O
If rows to be copied start with 2 than to be past in column Q, R, & S
For example:
G6=3 copy 3 rows C6:E8 as start of the copy row C6=X this paste in to M6:O8
G7=6 copy 6 rows C9:E14 as start of the copy row C9=X this paste in to M9:O14
G8=6 copy 6 rows C15:E20 as start of the copy row C15=1 this paste in to I6:K11
G9=5 copy 5 rows C21:E25 as start of the copy row C21=2 this paste in to Q6:S10
And so on...
Example data
Thank you in advance
Regards
Kishan
Hi,
VBA that copy as per number of row mention in cells G6:G15 from a columns C, D, E and paste in to as explain continuation....
If rows to be copied start with 1 than to be past in column I, J, & K
If rows to be copied start with X than to be past in column M, N, & O
If rows to be copied start with 2 than to be past in column Q, R, & S
For example:
G6=3 copy 3 rows C6:E8 as start of the copy row C6=X this paste in to M6:O8
G7=6 copy 6 rows C9:E14 as start of the copy row C9=X this paste in to M9:O14
G8=6 copy 6 rows C15:E20 as start of the copy row C15=1 this paste in to I6:K11
G9=5 copy 5 rows C21:E25 as start of the copy row C21=2 this paste in to Q6:S10
And so on...
Example data
Book1 | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | |||
1 | ||||||||||||||||||||||
2 | ||||||||||||||||||||||
3 | ||||||||||||||||||||||
4 | ||||||||||||||||||||||
5 | C1 | C2 | C3 | Data | 1 | X | 2 | |||||||||||||||
6 | X | S | X | 3 | 1 | S | 1 | X | S | X | 2 | S | X | |||||||||
7 | 2 | 6 | X | 2 | 1 | |||||||||||||||||
8 | 1 | 3 | 1 | 6 | 1 | 1 | 3 | 1 | 1 | |||||||||||||
9 | X | S | X | 5 | X | X | S | X | 1 | |||||||||||||
10 | 1 | 12 | 1 | 1 | X | 5 | 2 | |||||||||||||||
11 | X | 3 | 2 | 6 | 2 | X | 2 | S | 2 | |||||||||||||
12 | 1 | 6 | 1 | S | 1 | 1 | 1 | |||||||||||||||
13 | 1 | 11 | 1 | 1 | 1 | |||||||||||||||||
14 | 2 | 6 | 2 | 6 | 1 | 2 | 6 | 2 | 1 | |||||||||||||
15 | 1 | S | 1 | 17 | 1 | X | S | X | 1 | |||||||||||||
16 | X | 1 | 1 | X | 6 | X | ||||||||||||||||
17 | 1 | 1 | 2 | 3 | 2 | 2 | S | 2 | ||||||||||||||
18 | X | 1 | 1 | |||||||||||||||||||
19 | 1 | 1 | 2 | |||||||||||||||||||
20 | 2 | 6 | 2 | 2 | 1 | |||||||||||||||||
21 | 2 | S | X | 2 | 1 | |||||||||||||||||
22 | 1 | 1 | X | 6 | X | |||||||||||||||||
23 | 1 | X | 12 | X | ||||||||||||||||||
24 | 1 | 1 | S | 1 | ||||||||||||||||||
25 | X | 5 | 2 | 2 | ||||||||||||||||||
26 | 1 | S | 1 | 1 | ||||||||||||||||||
27 | 1 | 1 | ||||||||||||||||||||
28 | 1 | 2 | ||||||||||||||||||||
29 | 1 | 1 | ||||||||||||||||||||
30 | 1 | 1 | ||||||||||||||||||||
31 | 1 | 1 | ||||||||||||||||||||
32 | 1 | 1 | ||||||||||||||||||||
33 | 1 | 1 | ||||||||||||||||||||
34 | 2 | X | 11 | X | ||||||||||||||||||
35 | 2 | 1 | S | 1 | ||||||||||||||||||
36 | 1 | 2 | ||||||||||||||||||||
37 | X | 12 | X | 2 | ||||||||||||||||||
38 | X | S | X | 2 | ||||||||||||||||||
39 | 1 | 2 | ||||||||||||||||||||
40 | 2 | 3 | 2 | 2 | ||||||||||||||||||
41 | 2 | S | 2 | 1 | ||||||||||||||||||
42 | 1 | 1 | ||||||||||||||||||||
43 | 1 | 2 | ||||||||||||||||||||
44 | 1 | 2 | ||||||||||||||||||||
45 | 1 | 1 | ||||||||||||||||||||
46 | X | 6 | X | 1 | ||||||||||||||||||
47 | 1 | S | 1 | 2 | ||||||||||||||||||
48 | 2 | 2 | ||||||||||||||||||||
49 | 1 | 1 | ||||||||||||||||||||
50 | 1 | 1 | ||||||||||||||||||||
51 | 2 | X | 17 | X | ||||||||||||||||||
52 | 1 | |||||||||||||||||||||
53 | 1 | |||||||||||||||||||||
54 | 1 | |||||||||||||||||||||
55 | 1 | |||||||||||||||||||||
56 | 1 | |||||||||||||||||||||
57 | X | 11 | X | |||||||||||||||||||
58 | 2 | S | 2 | |||||||||||||||||||
59 | 1 | |||||||||||||||||||||
60 | 2 | |||||||||||||||||||||
61 | 1 | |||||||||||||||||||||
62 | 1 | |||||||||||||||||||||
63 | X | 6 | X | |||||||||||||||||||
64 | 1 | S | 1 | |||||||||||||||||||
65 | 2 | |||||||||||||||||||||
66 | 2 | |||||||||||||||||||||
67 | 2 | |||||||||||||||||||||
68 | 2 | |||||||||||||||||||||
69 | 2 | |||||||||||||||||||||
70 | 1 | |||||||||||||||||||||
71 | 1 | |||||||||||||||||||||
72 | 2 | |||||||||||||||||||||
73 | 2 | |||||||||||||||||||||
74 | 1 | |||||||||||||||||||||
75 | 1 | |||||||||||||||||||||
76 | 2 | |||||||||||||||||||||
77 | 2 | |||||||||||||||||||||
78 | 1 | |||||||||||||||||||||
79 | 1 | |||||||||||||||||||||
80 | X | 17 | X | |||||||||||||||||||
81 | 1 | S | 1 | |||||||||||||||||||
82 | X | |||||||||||||||||||||
83 | ||||||||||||||||||||||
84 | ||||||||||||||||||||||
85 | ||||||||||||||||||||||
86 | ||||||||||||||||||||||
87 | ||||||||||||||||||||||
Sheet2 |
Thank you in advance
Regards
Kishan