hi .. I have done coding for calculation ... but the results obtained (eg.13.9484736273928) .. how can I get the results in 2 decimal point (eg 13.95)?
Your help is greatly appreciated
Private Sub tx_kh2_Change()
Text2.Text = Now()
Dim x As Integer
x = DateTime.DateDiff("s", Text1.Text, Text2.Text)
Text3.Text = x
Text4.Text = (20 / x) / 27.7778