View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Userform- Formating numbers in Textboxes

Hi Ozgur,

Try:

With TextBox1
. Text = Format(.Text, "##,##0.00")
End With


---
Regards,
Norman



"Ozgur Pars" wrote in message
...
Hello,
I am trying to find a way to format the numbers in a textbox which derives
the data from a excel sheet. Nothing too fancy but I can't figure it
out...any help?

Thanks,
Ozgur