Row Height in table

N

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
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
 
J

Jonathan West

Nirmal Singh said:
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.

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

--
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
 
N

Nirmal Singh

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
 
Top