Hello All,

I want to format a number in a word html table cell as follows:

20000 => 20.000

I have made a sum calculation of all the collumns in the table and this is working great:

oTable.Cell(hr, hk).Formula("=sum(above)", NumFormat:="#.##0")

But the formatting of the individual cells is the problem.


Thank you in advance.

Leo van den Berg