How can I maintain decimals in a textbox but only display in this format: "#,###"?
For example, the user inputs a cost estimate of 1,300 for the year so the Jan - Dec text-boxes are populated with 108 but the real number is 108.3333 but when I have the textbox save the data back in the spreadsheet it is only saving 108. Any ideas?
For example, the user inputs a cost estimate of 1,300 for the year so the Jan - Dec text-boxes are populated with 108 but the real number is 108.3333 but when I have the textbox save the data back in the spreadsheet it is only saving 108. Any ideas?