Click to See Complete Forum and Search --> : MyStr = Format(5459.4, "##,##0.00") ' Returns "5,459.40".


megetron
December 14th, 2003, 01:59 PM
Hi,
this is the code i am using
MyStr = Format(5459.4, "##,##0.00") ' Returns "5,459.40".
but when i execute it for some reason the function fails and the code stops running.
MyStr is NUll

any ideas y?