View Single Post
  #2  
Old August 2nd, 2006, 09:17 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Not able to continue table to the next page

Wrapped tables was introduced in Word 2000, but the ability for
wrapped tables to continue on the following page was not introduced
until later (in Word 2003, I think). In other words, you may have to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the Format menu,
click Columns. Click the "One" option, even if it already appears to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a table of 4

rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through editor it

works well.
But when table reaches to the end of the page then instead of

continuing to
the
next page it starts inserting rows from the first rows