![]() |
#3
|
||||
|
||||
![]()
You should be able to use a wildcard Find/Replace, where:
Find = (. )([A-Z]) Replace = \1 \2 or: Find = (.) ([A-Z]) Replace = \1 \2 or: Find = (.)( [A-Z]) Replace = \1 \2 Find = (. )([! ]) Replace = \1 \2 and so on. None of these is capable of producing 'One sentence.A nother sentence.' There is also no need to complicate things with extra parameters or escape codes.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
rsrasc | Word VBA | 2 | 11-11-2014 09:46 AM |
![]() |
rsrasc | Word VBA | 4 | 11-11-2014 08:28 AM |
![]() |
Ulodesk | Word | 1 | 06-23-2014 10:26 AM |
Wildcard Find/Replace deletes extra character | Cosmo | Word | 1 | 06-20-2014 08:49 AM |
![]() |
Cayce | Word | 1 | 06-09-2014 04:17 PM |