VBA format function
Hi,
I need to use vba FORMAT function to return this:
Result = Format(MyNumber,"x")
MyNumer Result
123 123
1234 1.234
1234,1 1.234,1
1234,12 1.234,12
What "x" will produce these results?
Thanks
__________________
Backup your original file before doing any modification.
|