Hi
Why will this statement not format the users input....
VB Code:
txtinformation = Format$(txtinformation.Text, "####.00")
Thanks
For ex:
a user inputs a value i.e 12345 but I need the format function
to take this number and format it accordingly so txtinformation
would read i.e 1234.5...
Thanks
;)
