Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using the following code to format a group of
textboxes on a userform (thanks for your help Bob): Private Sub TextBox46_AfterUpdate() TextBox46.Text = Format(TextBox46.Text, "#,##0.00") End Sub Private Sub TextBox47_AfterUpdate() TextBox47.Text = Format(TextBox47.Text, "#,##0.00") End Sub Private Sub UserForm_Activate() TextBox46.Text = Format(TextBox46.Text, "#,##0.00") TextBox47.Text = Format(TextBox47.Text, "#,##0.00") End Sub I'm using a macro button with the following code to show this userform: Sub Costing() Costing1.Show End Sub I think this is where the problem is. If i show the userform using this code the formatting will not work. I have another userform being shown with a command button on this userform that works fine which leads me to believe that it's with the macro button code. Any ideas? TIA, Todd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formatting a textbox | Excel Discussion (Misc queries) | |||
Textbox Formatting | Excel Discussion (Misc queries) | |||
TextBox Formatting | Excel Programming | |||
Textbox formatting | Excel Programming | |||
Textbox formatting | Excel Programming |