![]() |
|
|
|
#1
|
|||
|
|||
|
I found some examples of replacing extra spaces, but I can't get this one to work. It's supposed to replace multiple spaces before a number with a single space. The error I'm getting is: The Find What text contains a pattern match valye that is not valid.
Find What: ( {2-9})([1-9]) -- space between ( { Replace with: \2 -- space before \2 |
|
#2
|
||||
|
||||
|
Try:
Find = ( )[ ]@([0-9]) Replace = \1\2
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Works like a charm! Thank you so much.
|
|
| Tags |
| invalid pattern match, replace spaces |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
MSWord false pattern or background?????
|
controlengineer | Drawing and Graphics | 5 | 11-02-2025 02:54 PM |
Background image printing as a pattern
|
tallon | Word | 3 | 08-31-2012 03:31 AM |
Invalid Product Key
|
djclinton | Office | 1 | 09-18-2011 09:29 AM |
invalid recipient
|
impressionsIT | Outlook | 1 | 06-22-2011 08:31 AM |