browse by page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to set the select browser object to default to browse by page?

Several people have asked how to clear the find or find and replace so that
the page up/down buttons actually move the document instead of performing the
last search all over again. Continually having to reset the browse by object
is VERY annoying. Shame on me, I'm sure there are a multitude of people who
use is religiously and couldn’t live without it. More power to ‘em. On the
other side of the pendulum, I can’t stand the feature.

Please someone; tell me there is a way to set it to default to browse by
page! Or some way to shut off the auto-reversion to the last browse by
object used.
 
The function stores the last used option, until reset by restarting Word.
The simplest solution is probably to add a toolbar button to call a macro to
change it containing the line:

Application.Browser.Target = wdBrowsePage

However the page up/down buttons do move the document. It should only be the
browse up and down buttons that use the browse function. A decent wheel
mouse may be a reasonable investment too?

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
The function stores the last used option, until reset by restarting Word.
The simplest solution is probably to add a toolbar button to call a macro to
change it containing the line:

Application.Browser.Target = wdBrowsePage

However the page up/down buttons do move the document. It should only be the
browse up and down buttons that use the browse function. A decent wheel
mouse may be a reasonable investment too?

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Hi,

Thanks for the work around it may shorten the process of resetting the
browse by option but it still has to be reset. Every time. So, am I correct
in assuming the answer to the last part of my question about turning it off
entirely is no?

Thanks again,
ay
 
Hi,

Thanks for the work around it may shorten the process of resetting the
browse by option but it still has to be reset. Every time. So, am I correct
in assuming the answer to the last part of my question about turning it off
entirely is no?

Thanks again,
ay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top