Using VBA how do I return a line number on a page

M

MPRWorks

Help! I am writing a series of tables from Access to a Word Template. To
avoid breaking the table over a page, I would like to calculate whether or
not a table can start on the current page or move to a new page.. It would
go something like:
If current line number < (total lines on page - 15), insert page break

How can I tell the code what line is being processed?
 
Top