Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Document Management / March 2006

Tip: Looking for answers? Try searching our database.

change find and replace default in Word 2000

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brian Kennedy - 31 Mar 2006 20:58 GMT
My find and replace function in Word 2000 seems to default to "search down".
How can I change this to "search all"?

Thanks,

Brian
Greg - 31 Mar 2006 21:06 GMT
Try running this macro:
Sub ResetFRParameters()
With Selection.Find
 .ClearFormatting
 .Replacement.ClearFormatting
 .Text = ""
 .Replacement.Text = ""
 .Forward = True
 .Wrap = wdFindContinue
 .Format = False
 .MatchCase = False
 .MatchWholeWord = False
 .MatchWildcards = False
 .MatchSoundsLike = False
 .MatchAllWordForms = False
 .Execute
End With
End Sub
Suzanne S. Barnhill - 31 Mar 2006 21:41 GMT
The default is always Search Down if you have text selected when you begin
the search. With no text selected, Word will start where you are and wrap to
the beginning.

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

> My find and replace function in Word 2000 seems to default to "search down".
> How can I change this to "search all"?
>
> Thanks,
>
> Brian
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.