ok you gave me the idea,
my tables (the source and the destination) are quite simple,
I use the source table to create the destination table, so both tables have
the same number of columns but differs on the number of rows
Each column has it's own style and each cell only contain simple text, no
shading or particular border.
I want to apply to the second table the positioning (x,y on the document),
the width and the font of each columns
The porpouse of this vba function is to create a table with data read from a
database and to allow a user to customize the layout of the document witout
changing the vba but only changing a .doc that my vba use as a model. I want
to use this code to print the content af a dbgrid in vb6.
is it possible to copy the font of one cell and apply it to another cell or
column?
can i get the positioning of a table in the document?
can i copy a row from one table and paste it in another table?
thanks