View Single Post
 
Old 08-06-2024, 03:28 AM
vivka vivka is offline Windows 7 64bit Office 2016
Expert
 
Join Date: Jul 2023
Posts: 302
vivka is on a distinguished road
Default

However I think you could use the following, because your errors were due to ; instead of , in figure brackets, not due to additional () (see the Note in my previous post)

Code:
.text = "(^13[0-9]{1,})^t" 
.Replacement.text = "\1.^t"
.Execute Replace:=wdReplaceAll
Reply With Quote