![]() |
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
I tried Code:
With oRng.Find
With oDoc.Content.Find
.Font.Bold = True
End With
Do While .Execute(FindText:="(\[*\])", MatchWildcards:=True, _
Format:=True)
|
|
#2
|
|||
|
|||
|
Ah:
Code:
With oRng.Find
With .Font
.Bold = True
End With
Do While .Execute(FindText:="(\[*\])", MatchWildcards:=True, _
Format:=True)
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
formula in excel 2007 works not in 2013
|
piper7971 | Excel | 10 | 07-06-2015 02:09 PM |
2013 presentation's animation not working in 2007
|
captainship | PowerPoint | 1 | 04-16-2015 09:35 AM |
Macro fails to add image border in Word 2007
|
samhdc | Word | 1 | 03-30-2012 04:56 AM |
Search always fails in Word 2007
|
Sachelis | Word | 2 | 01-28-2011 08:50 AM |
| Saving a Word 2007 document as a PDF fails | dcabrames | Word | 20 | 01-21-2011 03:07 PM |