Hi!
I need a number to be Formated as user defines.But Vb's Format command does not do anything.

I need the number to format like this:

#,##,##0.00

But Vb's format function returs me in the format

###,##0.00

Can I get the above format by Vb's format function if yes how?

Thanks