Code:
[FONT=Verdana]Private Sub TextBox21_Change()<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>[/FONT]
[FONT=Verdana]TextBox31.Value = "$" & (Val(TextBox21.Value) * 0.25<o:p></o:p>[/FONT]
[FONT=Verdana]End Sub<o:p></o:p>[/FONT]
<o></o>
If TB21.Value value is 2<o></o>
TB31 displays $0.5<o></o>
<o></o>
What code change will display 2 places after the decimal point?<o></o>