Hi..
I have tried following coding to get highest value.
EX: If I type 4.341111111111, It should get the value 4.35.
If I type 9.132222, It should be 9.14 not 9.13.
Thank You,
Regards,
Supun Silva
I have tried following coding to get highest value.
EX: If I type 4.341111111111, It should get the value 4.35.
If I type 9.132222, It should be 9.14 not 9.13.
Code:
MsgBox(Math.Round(Val(TextBox1.Text), 2)) ' This is retrieving min value. Please help me to solve this issue.. All Codings are with Vb 2008
Thank You,
Regards,
Supun Silva
Comment