![]() |
|
#10
|
|||
|
|||
|
... with just this code, the replacement gives “Hi ...H ello!”
So group captures can no longer be used in my code. Code:
With texte.Find
.Text = "…([A-Za-zÀ-ÖØ-öø-ÿ0-9])"
.Replacement.Text = "… \1"
.MatchWildcards = True: .Wrap = wdFindContinue: .Execute Replace:=wdReplaceAll
End With
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Find and Replace not capturing entire line
|
Steve Kunkel | Word VBA | 7 | 04-22-2021 10:00 AM |
Capturing numbered headings
|
jbvalen | Word VBA | 5 | 05-04-2017 05:03 PM |
Capturing Redirected URL with macro
|
souravkp | Word VBA | 1 | 07-11-2015 09:34 PM |
Capturing addresses into contacts
|
lordnacho | Outlook | 1 | 11-01-2010 06:05 PM |
| time capturing | aligahk06 | Excel | 0 | 04-18-2010 11:53 PM |