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?
Jezebel - 04 Sep 2006 04:04 GMT
selection.Information(wdFirstCharacterLineNumber)
> 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
[quoted text clipped - 4 lines]
>
> How can I tell the code what line is being processed?
MPRWorks - 05 Sep 2006 02:34 GMT
Thank you for the quick response. It is just what I needed.
> selection.Information(wdFirstCharacterLineNumber)
>
[quoted text clipped - 6 lines]
> >
> > How can I tell the code what line is being processed?