Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Dennis Q. Wilson
 
Posts: n/a
Default How to select text in between two "finds"

Hi. I'm having a hard time figuring out how to do this, and hope
someone here can explain it to me.

Let's say I have a paragraph with the word "franks" somewhere near the
top and the word "beans" somewhere below it. How can I get the program
(either Word XP or Word 2003) to find and select all text in between
those two points?

Thanks to anyone who can dispel the darkness.

  #2   Report Post  
Posted to microsoft.public.word.newusers
Anne Troy
 
Posts: n/a
Default How to select text in between two "finds"

Hi, Dennis! I was amazed to find out what it did....
See that little EXT at the bottom of Word's window? You must be viewing your
status bar to see it.
1. Do your find for franks and close the dialog
2. Double-click EXT
3. Do your find for beans
Voila!
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Dennis Q. Wilson" wrote in message
ups.com...
Hi. I'm having a hard time figuring out how to do this, and hope
someone here can explain it to me.

Let's say I have a paragraph with the word "franks" somewhere near the
top and the word "beans" somewhere below it. How can I get the program
(either Word XP or Word 2003) to find and select all text in between
those two points?

Thanks to anyone who can dispel the darkness.



  #3   Report Post  
Posted to microsoft.public.word.newusers
Dennis Q. Wilson
 
Posts: n/a
Default How to select text in between two "finds"


Anne Troy wrote:
Hi, Dennis! I was amazed to find out what it did....
See that little EXT at the bottom of Word's window? You must be viewing your
status bar to see it.
1. Do your find for franks and close the dialog
2. Double-click EXT
3. Do your find for beans
Voila!
************
Hope it helps!
Anne Troy


It did! Thank you very much!

  #4   Report Post  
Posted to microsoft.public.word.newusers
Anne Troy
 
Posts: n/a
Default How to select text in between two "finds"

COOL BEANS.
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Dennis Q. Wilson" wrote in message
ups.com...

Anne Troy wrote:
Hi, Dennis! I was amazed to find out what it did....
See that little EXT at the bottom of Word's window? You must be viewing
your
status bar to see it.
1. Do your find for franks and close the dialog
2. Double-click EXT
3. Do your find for beans
Voila!
************
Hope it helps!
Anne Troy


It did! Thank you very much!



  #5   Report Post  
Posted to microsoft.public.word.newusers
Tony Jollans
 
Posts: n/a
Default How to select text in between two "finds"

Just for Info - F8 will do the same as clicking on EXT

Or you can search for franks*beans if you have use wildcards checked

--
Enjoy,
Tony


"Anne Troy" wrote in message
...
Hi, Dennis! I was amazed to find out what it did....
See that little EXT at the bottom of Word's window? You must be viewing

your
status bar to see it.
1. Do your find for franks and close the dialog
2. Double-click EXT
3. Do your find for beans
Voila!
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Dennis Q. Wilson" wrote in message
ups.com...
Hi. I'm having a hard time figuring out how to do this, and hope
someone here can explain it to me.

Let's say I have a paragraph with the word "franks" somewhere near the
top and the word "beans" somewhere below it. How can I get the program
(either Word XP or Word 2003) to find and select all text in between
those two points?

Thanks to anyone who can dispel the darkness.







  #6   Report Post  
Posted to microsoft.public.word.newusers
Greg
 
Posts: n/a
Default How to select text in between two "finds"

Dennis,

Your question is answered. However, if you wanted to selected the text
between those two points excluding the terms themselves then I think
only a macro would do. Sometime like:

Sub FRTest()
Dim firstTerm As String
Dim secondTerm As String
Dim myRange As Range
Dim selRange As Range
Set myRange = ActiveDocument.Range
firstTerm = InputBox("Enter first term to find:")
secondTerm = InputBox("Enter second term to find:")
With myRange.find
.Text = firstTerm
.MatchWholeWord = True
.Execute
myRange.Collapse direction:=wdCollapseEnd
Set selRange = ActiveDocument.Range
selRange.Start = myRange.End
.Text = secondTerm
.MatchWholeWord = True
.Execute
myRange.Collapse direction:=wdCollapseStart
selRange.End = myRange.Start
selRange.Select
End With
End Sub

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wandering text box Jim K Microsoft Word Help 7 December 23rd 05 11:27 PM
Way to hide text without hidden text font? [email protected] Microsoft Word Help 6 December 11th 05 09:53 PM
Select Text Boxes MGD Microsoft Word Help 2 June 29th 05 05:37 PM
When I select text to type over it my new text's inserted infront Digby Morrison Microsoft Word Help 1 June 2nd 05 08:10 PM
How do I turn select text on and use Find to select a block of te. hpmted Microsoft Word Help 2 April 13th 05 12:32 AM


All times are GMT +1. The time now is 07:54 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"