S
Stefano
hi,
i want to generate a table in a word document with about 5000 rows and 4
columns using vba and a set of data from a recordset.
I want to fill each table cell with the data of the recordset.
I have a document with a table of 2 row.
The first row is the header (bold font ecc),
The second row is the prototype for all new row (5000) that i want to create
in the new table
I create a new table with all rows and data using ConvertTotable() method.
How can I set the style (font, position dimensions...) of my prototype table
to the new table?
thanks
N°
Ragione Sociale
Indirizzo
Telefono
Fax
Email
[NUM]
[RAGIONESOCIALE]
[INDIRIZZO]
[TELEFONO]
[FAX]
i want to generate a table in a word document with about 5000 rows and 4
columns using vba and a set of data from a recordset.
I want to fill each table cell with the data of the recordset.
I have a document with a table of 2 row.
The first row is the header (bold font ecc),
The second row is the prototype for all new row (5000) that i want to create
in the new table
I create a new table with all rows and data using ConvertTotable() method.
How can I set the style (font, position dimensions...) of my prototype table
to the new table?
thanks
N°
Ragione Sociale
Indirizzo
Telefono
Fax
[NUM]
[RAGIONESOCIALE]
[INDIRIZZO]
[TELEFONO]
[FAX]