how to convert single address line into a letter address format?

N

New starter

Example:

Name,Address line 1, address line 2, post code.

Needed result wold be:
Name,
Address line1
Addess line 2
Post code
 
G

Graham Mayor

Press the enter key after each comma?
or
Use replace to replace a comma with ^p with that line selected?

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top