
Signature
Stefan Blom
Microsoft Word MVP
Thanks,
The problem is, I have to do that every time I use "find" (which lately is
very often). I want the default setting to be "no formatting" so I can just
search for the characters entered.
Craig
> You should be able to clear formatting by clicking the No Formatting
> button in the Find and Replace dialog box. To see the button, you may
[quoted text clipped - 18 lines]
>>
>> Thanks!
Cindy M -WordMVP- - 12 Jan 2006 10:15 GMT
Hi Craig,
> The problem is, I have to do that every time I use "find" (which lately is
> very often). I want the default setting to be "no formatting" so I can just
> search for the characters entered.
The following macro will do this. You can assign it to a menu, keyboard
shortcut, or whatever you prefer to use.
Sub MyEditFind()
Selection.Find.ClearFormatting
CommandBars.FindControl(ID:=141).Execute
End Sub
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)