I have a bunch of data. What I want to do is in a given column there
is data that says like the following:

ColumnA Column B
12/15/2005 ORD11176 INV10671 GENTIVA
12/31/2004 ORD11176 INV10671 GENTIVA HEAL

12/15/2005 ORD11183 INV10664 FIRST
12/31/2004 ORD11183 INV10664 FIRST N TECH

What I want to do is get Column B to be the same as the older of the
two. The data consist of a varying date range say between 01/01/02
through present date.I want the end results to look like this:

ColumnA Column B
12/15/2005 ORD11176 INV10671 GENTIVA HEAL
12/31/2004 ORD11176 INV10671 GENTIVA HEAL

12/15/2005 ORD11183 INV10664 FIRST N TECH
12/31/2004 ORD11183 INV10664 FIRST N TECH


Is there a macro that can do this for me. Thanks in advance for your
help.

Jacob