Hi !

I was working on a similar Signature but I need to create a Table and add data in it.
I succed in creating my Table but i dont anderstant how to merge 2 cells together.

Here is the original Cells Merge VB usage :

 Code:
Set myTable = ActiveDocument.Tables(1)
Set myRange = ActiveDocument.Range(myTable.Cell(1, 1) _
    .Range.Start, myTable.Cell(1, 2).Range.End)
myRange.Cells.Merge