Hi
Have a problem with formatting a number.
This code works fine:
Code:
Format(mbsize / 1048576, "#,###.## MB")
and format the number with thousand seperator and 2 decimals.
I'm having another number which can vary between 1 and billions (as Long), and I would like to format it with seperators every 3 digits, no decimals. All my trials returned question-mark (?) where the seperator suppose to be.
Any ideas... Thanks!
Eelis