![]() |
|
#3
|
||||
|
||||
|
Hi ahazelwood,
The ^l is for manual line breaks. You probably need to use ^p, which is for paragraph breaks. Since you probably don't want to join all the 'real' paragraphs together, or risk having words either side of the unwanted paragraph breaks joined together, try the following sequence of four wildcard Find/Replace operations: Find = ([!^13])([^13])([!^13]) Replace = \1 \3 Find = ([ ])[ ]{1,} Replace = \1 Find = [^13]{2,} Replace = ^p Find = [ ^13] Replace = ^p To do a wildcard Find/Replace, you click on the Find/Replace dialog's 'More' button and choose 'use wildcards'.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
One line of text - two formats?
|
judicial85 | Word | 4 | 02-18-2011 04:24 AM |
| Macro that will go to line # and center text | marge | Word VBA | 0 | 09-10-2010 12:30 PM |
| adding text on a separated column line | ahmet1985 | Word | 0 | 03-27-2010 07:10 AM |
Unwanted line breaks
|
P. Alkuin | Word | 2 | 03-15-2010 09:33 AM |
Add text to the beginning/ending of each line in word
|
ballmoney | Word | 1 | 01-17-2010 02:19 AM |