Scrolling - Make Current Line first line in the window

J

Jayawanth

While reading through a word document, after reading down a few lines I would
like to focus on the current section. It is desirable to pull the current
line to the top of the window. Similarly make current section or paragraph
begin at the top of the window. Any simple macros to do this?

Thanks,
Jayawanth
 
J

Julian

The ScrollIntoView method of a Window can be used to do this...

Sorry I can't say more... but hope it gives you a starting point.
 
Top