Hi Jaymond,
If your problem is that the cell is splitting, what you need to do is to select the table and choose Table Tools|Layout > Table > Properties > Row, then uncheck the 'allow row to break across pages' option. This can be done in code too. For example:
Code:
ActiveDocument.Tables(1).Rows.AllowBreakAcrossPages = False