Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having trouble getting a textbox to format user input in currency
When I use the following code Private Sub TextBoxgencost_Change() TextBoxgencost.Text = Format(TextBoxgencost.Text, "Currency") End Sub Or Private Sub TextBoxgencost_Change() TextBoxgencost.Text = Format(TextBoxgencost.Text, "$###,###,##") End Sub It will only allow me to enter 4 numbers and then behaves as a counter and increases the last digit by one . Thanks for the help ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Format for Userform TextBox | New Users to Excel | |||
TextBox on a userform - format to currency & percent | Excel Discussion (Misc queries) | |||
how do i format a textbox on a userform created in excel | New Users to Excel | |||
Need A date Mask format for a Textbox on UserForm | Excel Discussion (Misc queries) | |||
Textbox on a userform.. dispaly as currency | Excel Programming |