J
Jack
I got the horizontal position of a range like
ocell.Range.Information(wdHorizontalPositionRelativeToPage)
correctly for the first page of a document.
Starting the second page, all I got are values of -1
indicating that the range is outside the screen area. I
have done scrollintoview, largescroll and scrollpage. None
of them can move the range to return a meaningful
Information(wdHorizontalPositionRelativeToPage) value.
How do I move a range to the active window screen area?
ocell.Range.Information(wdHorizontalPositionRelativeToPage)
correctly for the first page of a document.
Starting the second page, all I got are values of -1
indicating that the range is outside the screen area. I
have done scrollintoview, largescroll and scrollpage. None
of them can move the range to return a meaningful
Information(wdHorizontalPositionRelativeToPage) value.
How do I move a range to the active window screen area?