Yes. The problem, though, is that what constitutes a page can vary according to whatever printer driver you're using. That's because Word uses the active printer driver to optimise the page layout.
For example:
MsgBox ActiveDocument.ActiveWindow.Panes(1).Pages(4).Rectangles(1).Range.Text
For a RichText textbox, you might want to use .FormattedText instead of .Text.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.