If the addresses had two blank lines between them, you could do a search and
replace for two paragraph returns (^p), and replace that with a temporary
character, e.g. *.
Then do a second search and replace, and replace your paragraphs/line breaks
at each line of the address with a comma and a space.
Third search and replace would put back the lines between the addresses,
replacing the temporary * character with a paragraph again.
This would give you one line for each address, and then you could sort the
lines alphabetically.
I know it sounds long winded, but sometimes you have to think round corners
to get search and replace to do what you want!
Genine
> I have hundreds of 4-line addresses (of companies) gathered from several
> different sources and would like to be able to create a duplicate list which
[quoted text clipped - 4 lines]
>
> Stuart Reed
Suzanne S. Barnhill - 19 Sep 2004 03:54 GMT
The method I prefer is to replace ^p with ^l, then ^l^l with ^p. This makes
each block a paragraph, with line breaks as required.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> If the addresses had two blank lines between them, you could do a search and
> replace for two paragraph returns (^p), and replace that with a temporary
[quoted text clipped - 19 lines]
> >
> > Stuart Reed
Hi Stuart,
Still another method would be to convert the text into a four-colum table
(or five columns if there are empty paragraphs between records).
Then you can sort the table, using any column as the sort key, and later
convert back to text (Table > Convert...).
Regards,
Klaus