Line Feed at every comma

V

VJ

I have a 50 page word document where for every comma I want to add
return character (basically start a new line everytime it sees comma).
How do I do this? Any help will be very much appreciated.

Thanks,

Vij
 
A

Art McClinton

use find and replace, set up the find with a comma and the replace with
a comma and hard carriage return.
 
Top