Textbox on a userform.. dispaly as currency
Kimberly,
Try the following:
TextBox1.Value = Format(TextBox1.Value, "currency")
John
"KimberlyC" wrote in message
...
Hi!
How do you set a textbox's format to display a number in currency on a
user
form ?
I
Thanks in advance!
Kimberly
|