VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



very simple 2 lines of come way of converting textbox number values into currency

by Chris Gare (3 Submissions)
Category: Math/Dates
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 26th April 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

very simple 2 lines of come way of converting textbox number values into currency

Rate very simple 2 lines of come way of converting textbox number values into currency



' put in one textbox Text1 and one commandbutton command1


' place this in form load

Dim Text1

' place this in command 1

Let Text1 = Format(Text1, "currency")

Download this snippet    Add to My Saved Code

very simple 2 lines of come way of converting textbox number values into currency Comments

No comments have been posted about very simple 2 lines of come way of converting textbox number values into currency. Why not be the first to post a comment about very simple 2 lines of come way of converting textbox number values into currency.

Post your comment

Subject:
Message:
0/1000 characters