![]() |
|
#6
|
||||
|
||||
|
This works for me:
Code:
Sub CleanUp() With ActiveDocument.Range.Find .ClearFormatting .Text = "([MR][EI][PS][ST][AU][GR]E:)[^t^s ]@<" .Replacement.Text = "\1 " .Replacement.ParagraphFormat.LeftIndent = 0 .Format = True .Forward = True .Wrap = wdFindContinue .MatchWildcards = True .Execute Replace:=wdReplaceAll End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Find and replace query re missing spaces
|
Johanna | Word | 3 | 11-22-2019 01:06 AM |
How to find and replace random empty spaces in beginning of lines?
|
Pauliina | Word | 4 | 05-24-2018 10:01 PM |
Macro to find and replace specific types of spaces
|
dita | Word VBA | 7 | 05-06-2018 12:47 AM |
Find and Replace/Insert 'CR', delete leading Spaces wherever a user Clicks in a Word document
|
DavidL | Word VBA | 7 | 04-04-2018 12:01 AM |
Find and replace mutiple spaces between lowercase words only
|
Dave T | Word VBA | 2 | 07-16-2015 11:23 PM |