T
ToddG
I am formatting the value of a textbox with the code:
TextBox113.Text = Format(TextBox113.Text, "#,##0.00")
This textbox is used to enter a price. I would like this
textbox to keep this format at all times - after a value
is entered AND when the userform is activated. Where would
I place this code and what declaration would be used?
TIA
TextBox113.Text = Format(TextBox113.Text, "#,##0.00")
This textbox is used to enter a price. I would like this
textbox to keep this format at all times - after a value
is entered AND when the userform is activated. Where would
I place this code and what declaration would be used?
TIA