Cells.Add (Word)

Returns a Cell object that represents a cell added to a table.

Add (BeforeCell)

BeforeCell: A Cell object that represents the cell that will appear immediately to the right of the new cell or cells.


Dim cll As Cell
Set cll = Selection.Cells.Add()