Hello!!
When i add two tables objects in a word doc from vbscript the second table added is writted in the first cell of the first table added. I use the following code:
Set oTable = oDoc.Tables.Add(oDoc.Range(0,0), 5, 5)
Set oTable2 = oDoc.Tables.Add(oDoc.Range(0,0), 5, 5)
Can anybody give me the code for add two tables (the second after the first)??
Thanks people!!!!!
When i add two tables objects in a word doc from vbscript the second table added is writted in the first cell of the first table added. I use the following code:
Set oTable = oDoc.Tables.Add(oDoc.Range(0,0), 5, 5)
Set oTable2 = oDoc.Tables.Add(oDoc.Range(0,0), 5, 5)
Can anybody give me the code for add two tables (the second after the first)??
Thanks people!!!!!