Hello, all!
My problem is:
I have such a table:
============================================
TYPE | PART1 | PART2 | PART3 | .........
---------------------------------
bold | | X | | ...........
---------------------------------
normal | X | | X | ............
---------------------------------
thin | X | X | | ............
---------------------------------
and so on ..............
---------------------------------
I need a macro to get all the TYPE's for each PART, basing on those X's in th corresponding column.
E.g. for PART1 I should get {normal thin}.
Any ideas?
Thanks
My problem is:
I have such a table:
============================================
TYPE | PART1 | PART2 | PART3 | .........
---------------------------------
bold | | X | | ...........
---------------------------------
normal | X | | X | ............
---------------------------------
thin | X | X | | ............
---------------------------------
and so on ..............
---------------------------------
I need a macro to get all the TYPE's for each PART, basing on those X's in th corresponding column.
E.g. for PART1 I should get {normal thin}.
Any ideas?
Thanks