Simple ?

A

Anne Troy

Suppose the addresses without the symbols are in column B, beginning in row
2.
In C2, type:

="<"&B2&">"

Copy the formula down. Copy all the cells with the new syntax. Edit-Paste
special as values.
Delete column B.

<-*-><-*-><-*-><-*-><-*-><-*-><-*-><-*->
Hope this helps!
Anne Troy (better known as Dreamboat)
Author: Dreamboat on Word
Email: Dreamboat*at*Piersontech.com
Web: www.TheOfficeExperts.com

In another column
 
D

David Prout

Assuming addresses start in cell A1 enter in cell B1

=if(left(A1,1)="<",+A1,+"<" & A1 & ">")

Copy down as far as necessary

convert them back to text using Edit/Paste/Special Values

DavidP
 
Top