Hello,
In numberformat2 function, it is possible to format the string with separators, could there be a possibility to choose a separator. In France the old method is to use the "." or space to thousands separator and the comma is reserved for the decimal part.
with the computer french keyboard another choice is to use space as thousands separator and "." as the start of the decimal part as with Excel.
Many thanks
Jean-Pierre
It sounds to me that we really just need to perform some kind of Regional formatting.
Something like:
Region.FormatNumber(123456.78)
If my Language is set to "English (Australia)", it would return 123,456.78
If English (France) [not that I know that is possible], it would return 123 456,78
If Greece, maybe something like 123,456,78 ?
Not that this is helpful, but maybe a Library could do it to start off with.