Hello!!!!
How I can create two tables in a word document from vbscript?
I set two tables in the document but the second table is writed in the first cell of the first cell and i want write the second table after the first table. This is the vbscript code i use:
Set tabla_1 = oDoc.Tables.Add(oDoc.Range(0,0), 5, 5)
Set tabla_2 = oDoc.Tables.Add(oDoc.Range(0,0), 5, 5)
Thanks!!
How I can create two tables in a word document from vbscript?
I set two tables in the document but the second table is writed in the first cell of the first cell and i want write the second table after the first table. This is the vbscript code i use:
Set tabla_1 = oDoc.Tables.Add(oDoc.Range(0,0), 5, 5)
Set tabla_2 = oDoc.Tables.Add(oDoc.Range(0,0), 5, 5)
Thanks!!