How to remove all blank lines

  • Thread starter Thread starter tdcsi
  • Start date Start date
T

tdcsi

Hello Everybody,

I would like to remove all blank lines from a document.
Can an Edit/replace do the job, or a VB Macro ?

Thanks in advance.
 
tdcsi,

What do you mean by blank lines? Are your talking about
extra space between your document paragraphs? This could
be caused by Format>Paragraph>Spacing Before or After and
it could be caused by improper use of the enter key
filling the document with empty paragraphs.

You can use edit replace to clear up most empty paragraphs.

Edit>Replace and click More>Use Wildcards
Type ^013{2,} in the find what field
Type ^p in the replace with field.
 
Back
Top