There is a standard number format 1,234.00
but how can i make a custom one?
I more need like 1.234,00
ThanksHi , you'll need to use custom formatting strings . Something like
{0:0.000,0} should do the trick for you. You can access the formaat
string from the properties entry.
Cheers
Shai
On Dec 11, 2:01 am, Extern Bureaublad
<ExternBureaub...@.discussions.microsoft.com> wrote:
> There is a standard number format 1,234.00
> but how can i make a custom one?
> I more need like 1.234,00
> Thanks
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment