Just another quick post...
How can i format a textbox, so the user has to enter data in pounds/pence format?
IE...
250.99 or 15.00
I've tried the formatting section in VB, but it doesn't do anything...
HELP!
Regards,
Paul.
Printable View
Just another quick post...
How can i format a textbox, so the user has to enter data in pounds/pence format?
IE...
250.99 or 15.00
I've tried the formatting section in VB, but it doesn't do anything...
HELP!
Regards,
Paul.
try this:
Code:
text1.text = format(text1.text, "####.##"