Re: formatting result
- From: "Phill W." <p-.a-.w-a-r-d@xxxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 14:41:48 -0000
"dirk" <pds@xxxxxx> wrote in message
news:440450de$0$25562$ba620e4c@xxxxxxxxxxxxxxxxx
Text3.Text = (Text2.Text / x) * Val(Text1.Text)
text3 result in example : 9,1586777562
i want this to be : 9,16
Text3.Text _
= Format( ( Val(Text2.Text) / x) * Val(Text1.Text), "0.00" )
HTH,
Phill W.
.
- References:
- formatting result
- From: dirk
- formatting result
- Prev by Date: Emulate Desktop Shortcut parameters
- Next by Date: Re: How to get file names
- Previous by thread: Re: formatting result
- Next by thread: Re: formatting result
- Index(es):