![]() |
#3
|
|||
|
|||
![]()
Yes, ya're right, macropod.
Before I asked, I'd forgotten one thing. I just used the Format option in the Find And Replace box without specifying the use of wildcards (?) and ended up with a block of words (with the formatting) turning out to be just a single underscore and that's why I came here and asked. Now just put ? in the Find What area and Replace all and it does what I have wanted. And even before I used such a simple Find/Replace function, I'd written a macro: Code:
Sub test() With ActiveDocument.Range.Find .ClearFormatting .ClearHitHighlight .MatchWildcards = True .Forward = True .Wrap = wdFindContinue .Font.ColorIndex = wdRed .Execute FindText:="?", Format:=True, ReplaceWith:="_", Replace:=wdReplaceAll End With End Sub Thank you for the references given. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
ubns | Word VBA | 7 | 08-16-2012 10:33 PM |
![]() |
paulkaye | Word | 4 | 12-06-2011 11:05 PM |
![]() |
slayda | Word | 3 | 09-14-2011 02:16 PM |
![]() |
shabbaranks | Excel | 4 | 03-19-2011 08:38 AM |
![]() |
tollanarama | Word | 4 | 01-25-2011 02:19 AM |