![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Is there a way to search and replace all the text that's flagged with the 'wdDeletedTextMarkStrikeThrough' property?
I tried the code below, but it doesn't work... Code:
With ActiveDocument.Content.Find
.ClearFormatting
.Font.DeletedTextMark = wdDeletedTextMarkStrikeThrough
With .Replacement
.ClearFormatting
.Font.ColorIndex = wdRed
End With
.Execute FindText:="", ReplaceWith:="", Format:=True, Replace:=wdReplaceAll
End With
Code:
ActiveDocument.RejectAllRevisions Alex |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VBA to find text, replace with multiple lines of text | noslenwerd | Word VBA | 3 | 12-31-2019 11:04 AM |
Find and replace text with wildcards
|
arunchandar9 | Word VBA | 15 | 06-30-2019 01:06 AM |
Macro to find text and replace with form field containing that text
|
iiiiifffff | Word VBA | 16 | 06-04-2016 01:47 AM |
| Macro to find coloured text and replace with form-field/formtext containing that text | tarktran | Word VBA | 1 | 11-26-2014 08:12 AM |
Find and replace a string of text
|
errtu | Word | 1 | 01-31-2013 02:09 PM |