View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Wilson John Wilson is offline
external usenet poster
 
Posts: 550
Default 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