Range -> Page#

E

Ed Bennett

st said:
Is there a way to tell on which page is located certain position in text?

TextRange.Parent I think will return the TextFrame object.
TextFrame.Parent should return the Shape object.
Shape.Parent will then return the Page object.
 
Top