>How do I make my current selection visible?
>
[quoted text clipped - 4 lines]
>
>Thx
After setting the Start and End, add this line:
ActiveWindow.ScrollIntoView Selection.Range
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Mark Daring - 06 Nov 2005 01:35 GMT
> After setting the Start and End, add this line:
>
> ActiveWindow.ScrollIntoView Selection.Range
That's it. Thx