Is there a way to tell on which page is located certain position in text?
E Ed Bennett Aug 29, 2008 #2 st said: Is there a way to tell on which page is located certain position in text? Click to expand... TextRange.Parent I think will return the TextFrame object. TextFrame.Parent should return the Shape object. Shape.Parent will then return the Page object.
st said: Is there a way to tell on which page is located certain position in text? Click to expand... TextRange.Parent I think will return the TextFrame object. TextFrame.Parent should return the Shape object. Shape.Parent will then return the Page object.