S
Stefano
hi,
i want to create a table in a word document with about 5000 row and 4
columns using vba and a set of data from a recordset. I also want to fill
each table cell with the data of the recordset.
I saw that the best tecnique to create a large table is to insert a
tab-delimited text for the entire table and then create the table with
ConvertTotable method.
In the document I also have a table with 2 row, one is the header row and
have a bold font and the second row is the prototype for the new row that i
want to insert and attach to this table
i want to create a table in a word document with about 5000 row and 4
columns using vba and a set of data from a recordset. I also want to fill
each table cell with the data of the recordset.
I saw that the best tecnique to create a large table is to insert a
tab-delimited text for the entire table and then create the table with
ConvertTotable method.
In the document I also have a table with 2 row, one is the header row and
have a bold font and the second row is the prototype for the new row that i
want to insert and attach to this table