Table doesn't span pages

M

Mike

I am finding that when adding rows to a table, the result can only be seen in Normal view and doesn't span across pages.

For instance if Page 2. has a table and it is expanded to consist of 400 rows, the table is basically all on Page 2.

I tried .AllowPageBreaks = True to no avail.

Any help would be appreciated.

- Mike
 
J

Jonathan West

I suspect you have got text wrapping set. Go to Table, Table properties,
select the table tab of the dialog and set wrapping to None.

In VBA, set the .Rows.WrapAroundText property to False.


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


I am finding that when adding rows to a table, the result can only be seen
in Normal view and doesn't span across pages.

For instance if Page 2. has a table and it is expanded to consist of 400
rows, the table is basically all on Page 2.

I tried .AllowPageBreaks = True to no avail.

Any help would be appreciated.

- Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top