VBA test for a new page

P

Phil K

I am generating a Word document from input from an imported data file.
Within the document is a table being expanded from the data file The table
row cells vary in width from line to line so I can't just count Line
entries.. I want to test when the table expands to a new page. This will
allow me to to regenerate the header for the table for the next page of the
expanding table. I can't figure a way to test for the new page. Any
ideas??
 
N

nycboy

For counting Word pages, please see

http://support.microsoft.com/default.aspx?scid=http://support.microsoft.
com:80/support/kb/articles/q293/8/61.asp&NoWebContent=1
From: Phil K
Date Posted: 4/20/2004 11:26:00 AM


I am generating a Word document from input from an
imported data file.
Within the document is a table being expanded from the
data file The table
row cells vary in width from line to line so I can't
just count Line
entries.. I want to test when the table expands to a new > page. This will
allow me to to regenerate the header for the table for
the next page of the
expanding table. I can't figure a way to test for the
new page. Any
ideas??


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Top