Using Excel 2000
Hi,
In the cells C3:K3 got 9 patterns with 3 different colour groups I need a VBA which Highlights only 9 patterns finds last in the column C as shown in the example with same format as C3:K3
Example....
Thank you in advance
Regards,
Kishan
Hi,
In the cells C3:K3 got 9 patterns with 3 different colour groups I need a VBA which Highlights only 9 patterns finds last in the column C as shown in the example with same format as C3:K3
Example....
Book1 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | |||||||||||||||
2 | |||||||||||||||
3 | 1|1 | 1|X | 1|2 | X|1 | X|X | X|2 | 2|1 | 2|X | 2|2 | ||||||
4 | |||||||||||||||
5 | |||||||||||||||
6 | 1 | 2 | ||||||||||||||
7 | 2 | 2 | ||||||||||||||
8 | X | 1 | ||||||||||||||
9 | 2 | 1 | ||||||||||||||
10 | 2 | 1 | ||||||||||||||
11 | 1 | 2 | ||||||||||||||
12 | 2 | 1 | ||||||||||||||
13 | X | X | ||||||||||||||
14 | 2 | 1 | ||||||||||||||
15 | 1 | 1 | ||||||||||||||
16 | 1 | 2 | ||||||||||||||
17 | 1 | 1 | ||||||||||||||
18 | X | X | ||||||||||||||
19 | 1 | 1 | ||||||||||||||
20 | X | 1 | ||||||||||||||
21 | 1 | X | ||||||||||||||
22 | X | 2 | ||||||||||||||
23 | 2 | X | ||||||||||||||
24 | 1 | 1 | ||||||||||||||
25 | X | 2 | ||||||||||||||
26 | 2 | 2 | ||||||||||||||
27 | X | X | ||||||||||||||
28 | 2 | 1 | ||||||||||||||
29 | 1 | 2 | ||||||||||||||
30 | 1 | X | ||||||||||||||
31 | X | 2 | ||||||||||||||
32 | 1 | 2 | ||||||||||||||
33 | X | 1 | ||||||||||||||
34 | 2 | X | ||||||||||||||
35 | X | 1 | ||||||||||||||
36 | X | X | ||||||||||||||
37 | 2 | 2 | ||||||||||||||
38 | |||||||||||||||
39 | |||||||||||||||
40 | |||||||||||||||
41 | |||||||||||||||
Sheet10 |
Thank you in advance
Regards,
Kishan
Last edited: