I have a table in a Word which can have a variable no of rows. As the data in each cell varies the row height
can also vary.
How can I determine when the table has spilled over onto a new page? I then need to generate a new header for
that page.
Nirmal Singh
> I have a table in a Word which can have a variable no of rows. As the
> data in each cell varies the row height
[quoted text clipped - 3 lines]
> then need to generate a new header for
> that page.
Don't bother generating a new header each time. Simply set the first row of
the table to "Heading Rows Repeat". The heading row with then appear at the
start of each page the table lows onto

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Nirmal Singh - 22 May 2006 14:43 GMT
>Don't bother generating a new header each time. Simply set the first row of
>the table to "Heading Rows Repeat". The heading row with then appear at the
>start of each page the table lows onto
Thanks very much, Jonathan, that was exactly what I needed.
Regards,
Nirmal