View Single Post
 
Old 03-01-2025, 11:16 AM
Ddadoo57 Ddadoo57 is offline Windows 11 Office 2021
Advanced Beginner
 
Join Date: Feb 2023
Posts: 90
Ddadoo57 is on a distinguished road
Default

Just to end this thread, here's the solution I've adopted:
- I no longer track modifications (.TrackRevisions = False)
- in most cases, I simply process my corrections with or without MatchWildcards.
- finally, I've created a procedure that compares the original files and those to which the punctuation correction has been applied. This creates a comparison file where the corrections are clearly highlighted.
Thanks for your contributions!

PS: I'd just like to remind you that this problem comes from an unhandled error in VBA. We can't track changes and use group captures correctly in our find/replace.
Reply With Quote