Syntax
TableSplit
Remarks
Inserts an empty paragraph above the current row in the table. In addition to splitting a table, you can use TableSplit to insert an empty paragraph above a table when the table is the first object in the document. If the insertion point or selection is not in a table, an error occurs.
Example
This example splits a table above the fourth row if the table contains more than three rows:
If SelInfo(15) > 3 Then StartOfColumn For i = 1 To 3 TableSelectRow LineDown Next TableSplit End If
See Also
TableSplitCells