Excelnewbie001
Board Regular
- Joined
- Jan 25, 2017
- Messages
- 79
Hi everyone
Hope someone can help. How do I format a textbox to show 1.0 with 1 decimal point....It shows correctly in excel but not on a textbox that is linked to it. Thank you for any help with this
Hope someone can help. How do I format a textbox to show 1.0 with 1 decimal point....It shows correctly in excel but not on a textbox that is linked to it. Thank you for any help with this
Code:
Textbox2.Value =Format(Val(Textbox2.Value) /Range ("T1") , 0.0))
Last edited: