"Find" function setup

  • Thread starter Thread starter Sasa
  • Start date Start date
S

Sasa

Is there some possibility to set-up find function? I dont
want to set some special parameters for searching but to
set up this function. I want to set this: when some word
or character is found, then Word will display this text in
the middle of the screen or at the bottom of the screen.
Is this possible? I got few programs which have this
ability but dont know if word does it.

Help appreciated.
Regards.

Sasa
 
Hi Sasa,

You might try
ActiveWindow.ScrollIntoView Selection.Range

You can also try to experiment with ActiveWindow.VerticalPercentScrolled ...
I haven't tried lately, but in previous versions, I found it difficult to
get exact control over the display (say, trying to display the selection at
the top, middle, or bottom of the screen).

Word's default behaviour (displaying just the last line at the top of the
screen if "Find" matched several lines) is definitely annoying.

Regards,
Klaus
 
Interesting answer. I thought it could be set-up without
using VBA. But thanks anyway. Btw. Word default find
result displaying is VERY annoying.

Regards.
Sasa
 
Back
Top