Thread
:
Userform- Formating numbers in Textboxes
View Single Post
#
5
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Userform- Formating numbers in Textboxes
Hi Ozgar,
With TextBox1
. Text = Format(.Text, "##,##0.00")
End With
Better, as Bob shows, to format the input data directly.
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones