Hello EveryBody,
I've developped a function to export data from Navision Formular to Excel sheet.
The problem is that when i export Decimal Column, the "Euro Symbol" is shown in Excel (i don't need this).
How to display Decimal data (adjusted to the right) without the "Euro Symbol"?
Thanks.
0
Comments
xlBuffer.NumberFormat := '#,##0;[Red](#,##0);';
Any other format get from excel (see format>>cells>>custom)
i've got this result: x.xx% and x,xx"euro symbol"
the problem now is how to obtain the same format (in the excel sheet) for both from Navision code.
So is it possible and how?
thanks