LucieLastic
Programmer
hi All
This is probably easy but I want to convert an integer (and sometimes a float) to contain decimal separates when a string:
eg
1234567 to '1,234,567' (no decimal places)
7888999.12 to '7,888,999.12'
I need to use the Format function but can't get the format string right.
Grateful of help,
lou
This is probably easy but I want to convert an integer (and sometimes a float) to contain decimal separates when a string:
eg
1234567 to '1,234,567' (no decimal places)
7888999.12 to '7,888,999.12'
I need to use the Format function but can't get the format string right.
Grateful of help,
lou