Is there any way to get the position of the cursor or something on a given page in a Word Document. I have a userform, that based on checkboxes, insert fully texted chapters (heading 1 and some text afterwards). I want the script to read if there's more than perhaps 25% of the current page to go, if not, it should do a page break. This should result in a document, where a new chapter/section does start at the bottom of a page with only one line of text and then continues on the next page.
So, is there a property or something (on Selection class?) that tells me where on a page I currently am?
Thanks in advance!
So, is there a property or something (on Selection class?) that tells me where on a page I currently am?
Thanks in advance!