View Single Post
 
Old 08-24-2010, 12:40 AM
dariober dariober is offline Windows XP Office 2007
Novice
 
Join Date: Jun 2010
Posts: 4
dariober is on a distinguished road
Default

If you want to remove carriage returns (i.e. replace carriage return with backspace) do a Find & Replace where Find is '^l' and Replace is ' ' (without quotes). If you want to replace the paragraph marks (i.e. those after hitting enter) use ^p instead of ^l

Hope this helps

Dario
Reply With Quote