when page full typing at bottom of screen, how do I move that?

  • Thread starter Thread starter catsnm
  • Start date Start date
C

catsnm

When I type and the screen is full, then I end up always typing at the bottom
of the screen. I would really like it to stay in the center of the
window(screen) if possible.
 
When I type and the screen is full, then I end up always typing at the bottom
of the screen. I would really like it to stay in the center of the
window(screen) if possible.

Sorry, Word doesn't have any setting to make that happen.
 
Suggested workarounds:

Raise the monitor so the bottom of the screen is closer to eyelevel.

ActiveWindow.ScrollIntoView Selection.Range (although triggering it might be
a bit of a chore and unfortunately it doesn't actually work unless the
cursor is off the screen... <g>)
 
Here's a simple workaround that will do the job as long as you are typing at the end of the document. Record a macro that moves the cursor to the beginning of the document (Ctrl Home) then move the cursor to the end of the document (Ctrl End). Give the macro a keystroke and using this keystroke will move the cursor to near the top of the screen.
 
It does that automatically when you insert a cross reference, and it's
more annoying than being always at the bottom of the screen (which is
pretty annoying).
 
Back
Top