L
Luis
Hello.
I'm using VBA to build a Word document from a Access table.
I need to format a strng but i didn't found out how yet.
The original string is for example 999999€ and the result i'd like is
999.999€.
If the string is 1000000€ the goal is to format it to 1.000.000€
Can anyone give me a hint?
Thanks
Luis
I'm using VBA to build a Word document from a Access table.
I need to format a strng but i didn't found out how yet.
The original string is for example 999999€ and the result i'd like is
999.999€.
If the string is 1000000€ the goal is to format it to 1.000.000€
Can anyone give me a hint?
Thanks
Luis