Can anyone tell me how you can get a text box to display a number in the format 0.00 ?
J Jim Lavery Nov 9, 2005 #1 Can anyone tell me how you can get a text box to display a number in the format 0.00 ?
D dominicb Nov 9, 2005 #3 Good evning Jim Lavery This code will show the value of 100 to two decimal places i textbox1: TextBox1.Value = Format(100, "#,###.00") HTH Dominic
Good evning Jim Lavery This code will show the value of 100 to two decimal places i textbox1: TextBox1.Value = Format(100, "#,###.00") HTH Dominic