Split Method

See Also         Example         Applies To

Splits a single table cell into multiple cells.

Syntax

expression.Split NumRows, NumColumns

expression   Required. An expression that returns a Cell object.

NumRows   Required Long. Number of rows that the cell is being split into.

NumColumns   Required Long. Number of columns that the cell is being split into.