![]() |
|
#4
|
||||
|
||||
|
You could, of course use a wildcard Find/Replace, where:
Find = ([A-Z][a-z]@)^s([0-9]) Replace = \1 \2 This would leave the non-breaking spaces before your 'Word' intact. If you're wedded to removing those, too, do a second wildcard Find/Replace, where: Find = ([0-9])^s([A-Z][a-z]@ [0-9]) Replace = \1 \2
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Tags |
| non-breaking-space, replace, vba |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Non-breakable space to have same width as usual space | dum | Word | 5 | 09-14-2020 03:49 AM |
autocorrect double space to single space
|
frankjake | Word | 8 | 09-21-2018 05:44 PM |
In 2010 document set for no space between paragraphs, but getting large space.
|
normancamp | Word | 10 | 12-25-2017 04:54 PM |
Autocorrect numbers followed by any string to have non-breaking space
|
seanspotatobusiness | Word | 8 | 03-09-2017 05:09 AM |
Non-breaking space and similar characters
|
gpr | Word | 2 | 07-10-2015 06:44 AM |