What’s the correct code to display the following BAD example in a UserForm Textbox?<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
<o></o>
<o></o>
Code:
[FONT=Verdana]TextBox12.Value = Format(Sheet1.Range("T:T").Value + Sheet1.Range(“U:U”) * 0.25, "$ #.00")[/FONT]