P
Philip Thonning Skou
Hi,
I am designing an inventory report in Word (mail merge)
for a botanic garden. I am trying to make a macro that
can clean up the report a little because there are a lot
of duplicate values. The data will be sorted by family
and then by name.
This is what I have:
Family1
Name1
Location1
Family1
Name2
Location2
Family1
Name2
Location3
Family2
Name3
Location4
This is how I would like it to look:
Family1
Name1
Location1
Name2
Location2
Location3
Family2
Name3
Location4
I know I have to make two passes. One pass that looks for
family and one that looks for name.
Any help would be appreciated.
Philip
I am designing an inventory report in Word (mail merge)
for a botanic garden. I am trying to make a macro that
can clean up the report a little because there are a lot
of duplicate values. The data will be sorted by family
and then by name.
This is what I have:
Family1
Name1
Location1
Family1
Name2
Location2
Family1
Name2
Location3
Family2
Name3
Location4
This is how I would like it to look:
Family1
Name1
Location1
Name2
Location2
Location3
Family2
Name3
Location4
I know I have to make two passes. One pass that looks for
family and one that looks for name.
Any help would be appreciated.
Philip