Hello all,
I have a user input form with a text box that stores a number. When the user inputs the number, I'd like it to display the comma separator (e.g. "1234" becomes "1,234". I've tried putting "#,###" and "#,##0." into the format property of the text box, but I still get 1234. I've also searched for answers to this (should be) simple question and found lots of coding solutions that involve functions. That seems like overkill for a simple format. Any suggestions are appreciated.
AB
I have a user input form with a text box that stores a number. When the user inputs the number, I'd like it to display the comma separator (e.g. "1234" becomes "1,234". I've tried putting "#,###" and "#,##0." into the format property of the text box, but I still get 1234. I've also searched for answers to this (should be) simple question and found lots of coding solutions that involve functions. That seems like overkill for a simple format. Any suggestions are appreciated.
AB