C
cristian.zanchetta
Hi, I have to export the value of a cell outside word (to database)
but I didn't find anything that can help me.
I found a lot of command but none works.
For example:
ActiveDocument.Tables(1).Cell(2, 1).Range.Text
to retrieve the cell content, give me the right result but there is
one or more squares characters (it depends on cell value) added to the
number to export. This couse an incompatibility with the field of
database. Why there is those hidden characters and how can I remove
them? There is a faster way to do this?
Thank you
but I didn't find anything that can help me.
I found a lot of command but none works.
For example:
ActiveDocument.Tables(1).Cell(2, 1).Range.Text
to retrieve the cell content, give me the right result but there is
one or more squares characters (it depends on cell value) added to the
number to export. This couse an incompatibility with the field of
database. Why there is those hidden characters and how can I remove
them? There is a faster way to do this?
Thank you