brianburen
New Member
- Joined
- Aug 24, 2010
- Messages
- 44
I have a userform with a text box
the user enters any number from 4.500 to 16.000
I want the box to format the text entered to have the 3 decimal places as its typed.
How do i do this?
I've tried the putting .... format (textbox1.text, ("0.000"))
in the textbox1_change()
but it doesnt work
the user enters any number from 4.500 to 16.000
I want the box to format the text entered to have the 3 decimal places as its typed.
How do i do this?
I've tried the putting .... format (textbox1.text, ("0.000"))
in the textbox1_change()
but it doesnt work