![]() |
#2
|
|||
|
|||
![]()
You can do that with a vba procedure:
Sub ScratchMacro() Dim oRng As Range Set oRng = ActiveDocument.Content With oRng.Find .ClearFormatting .Text = "\(<*>\)" .Forward = True .Wrap = wdFindStop .MatchWildcards = True Do While .Execute With oRng .HighlightColorIndex = wdYellow .Collapse wdCollapseEnd End With Loop End With End Sub For help installing and using this macro see: http://www.gmayor.com/installing_macro.htm |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
britmaniee | Excel | 1 | 06-29-2011 12:59 AM |
HELP: Automatically highlighting problem | unhappyuser | PowerPoint | 0 | 05-03-2011 02:52 PM |
Easier highlighting? | atarei | Word | 0 | 08-27-2010 05:28 PM |
Cell highlighting Issue | jasonk916 | Excel | 0 | 12-07-2009 07:05 AM |
Text Highlighting in Yellow ??? | mark4man | Publisher | 0 | 12-15-2005 06:46 PM |