Cells.Add (Word)
Retorna um objeto Cell que representa uma célula adicionada a uma tabela.
Add (BeforeCell)
BeforeCell: Um objeto Cell que representa a célula que irá aparecer imediatamente à direita da nova célula ou células.
Dim cll As Cell
Set cll = Selection.Cells.Add()