does anyone have a Word macro that deletes every double occurences of a
word in a list?

I want this example:

ability
ability
able
about
about

to end up like this:
ability
able
about

thanks for any help!

Re: Word macro by Greg

Greg
Thu Sep 29 15:31:05 CDT 2005

See:
http://gregmaxey.mvps.org/Sort_and_Delete_Duplicates.htm

"perskram atttt gmail dotttt com" <"perskram atttt gmail dotttt com"> wrote
in message news:433c4be4$1@news.broadpark.no...
> does anyone have a Word macro that deletes every double occurences of a
> word in a list?
>
> I want this example:
>
> ability
> ability
> able
> about
> about
>
> to end up like this:
> ability
> able
> about
>
> thanks for any help!