Deal all,
I have a textbox that I want to apply some formatting to the text:
I know that if the textbox contains only numbers, by selecting "Standard" format, I can have the thousands seperator: 1,245,000
but the textbox that I have includes both text and number. for example:
Hello 1245000
I want to apply the thousand seperator to it:
Hello 1,245,000
How? :(
I have a textbox that I want to apply some formatting to the text:
I know that if the textbox contains only numbers, by selecting "Standard" format, I can have the thousands seperator: 1,245,000
but the textbox that I have includes both text and number. for example:
Hello 1245000
I want to apply the thousand seperator to it:
Hello 1,245,000
How? :(
Comment