G
go4cdt
Say I have 3 columns with lots of datas:
Column A: Order #
Column B: Part#
Column C: Catergory #
A2: Order# 021006 B2: 111 C2: Wire
A3: Order# 021006 B3: 222 C3: Machine
A4: Order# 021006 B4: 333 C4: Tool
A5: Order# 021006 B5: 444 C5: Tape
A6: Order# 021007 B6: 222 C6: Machine
A7: Order# 021007 B7: 333 C7: Tool
A8: Order# 021007 B8: 444 C8: Tape
A9: Order# 021008 B9: 111 C9: Wire
A10: Order# 021008 B10:222 C10: Machine
A11: Order# 021008 B11:555 C11: Bearing
What I need to do is to set up macro to do the followings:
1. Show a list of all order # without repeating # (in this example, i
should show only 3 orders 021006, 021007,021008)
2. Show only part # in 3 catergories within the above orders: Wire
tool and tape.
I would appreciate for any of your help
Thanks
Chri
Column A: Order #
Column B: Part#
Column C: Catergory #
A2: Order# 021006 B2: 111 C2: Wire
A3: Order# 021006 B3: 222 C3: Machine
A4: Order# 021006 B4: 333 C4: Tool
A5: Order# 021006 B5: 444 C5: Tape
A6: Order# 021007 B6: 222 C6: Machine
A7: Order# 021007 B7: 333 C7: Tool
A8: Order# 021007 B8: 444 C8: Tape
A9: Order# 021008 B9: 111 C9: Wire
A10: Order# 021008 B10:222 C10: Machine
A11: Order# 021008 B11:555 C11: Bearing
What I need to do is to set up macro to do the followings:
1. Show a list of all order # without repeating # (in this example, i
should show only 3 orders 021006, 021007,021008)
2. Show only part # in 3 catergories within the above orders: Wire
tool and tape.
I would appreciate for any of your help
Thanks
Chri