I have a fieldfunction that formats a given number (price) from an excel table.
i.e.:
Fieldname = FieldName & " \# #.##0,00 USD"
It works, but if the value is less than a thousand, the hashes and the point are read as spaces.
How can I remove or prevent the spaces to show up in the word file?