Hi all,
Can anyone tell me how to format a number in the format #.###,00 for example: 789.125.256,25 instead of using #,###.00
I tried Format(dblNumber, "#.###,00") but it didn't work, even when I change the regional settings for number in WIndows.
Help me please.