Re: formatting result



"dirk" <pds@xxxxxx> wrote in message
news:440450de$0$25562$ba620e4c@xxxxxxxxxxxxxxxxx
Hello,

i have the following code :

Text3.Text = (Text2.Text / x) * Val(Text1.Text)

text3 result in example : 9,1586777562
i want this to be : 9,16
how do i format text3 ?

Text3 = format$(xxx, "0.00")


.