Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 01-05-2011, 01:15 PM
macropod's Avatar
macropod macropod is offline Line breaks at each line in Web text Windows 7 32bit Line breaks at each line in Web text Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,514
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

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]
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Line breaks at each line in Web text 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
Line breaks at each line in Web text Unwanted line breaks P. Alkuin Word 2 03-15-2010 09:33 AM
Line breaks at each line in Web text Add text to the beginning/ending of each line in word ballmoney Word 1 01-17-2010 02:19 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:05 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft