View Single Post
 
Old 08-14-2009, 05:13 AM
Matrix's Avatar
Matrix Matrix is offline Windows 10 Office 2010
Admin
 
Join Date: Jan 2005
Posts: 438
Matrix is on a distinguished road
Default

You can do it with the replace operation Edit -> Replace. The special character you need to remove is manual line break, but some line breaks should be retained. Fortunately, they appear in different rules, the line breaks to be retained are always two together, but the line breaks to be removed is only one.

So your file can be processed with three replace operations:

Step 1. Replace the double line breaks with a temporary unique character such as '@@'.

Step 2. Remove all line breaks - replace them with nothing.

Step 3. Replace '@@' with double breaks.

I have attached the processed file.
Attached Files
File Type: doc BUYING AND SELLING GOODS INTERNATIONALLY.doc (105.5 KB, 16 views)
Reply With Quote