|
Srry. I am new bee in coding but then also I have writing code like this:
Private Sub Text14_Click()
Text2.Text = "h"
Text3.Text = "n"
Text4.Text = "h"
Text5.Text = "n"
Text2.Text = 10 * 60 + 34 = 694
Text4.Text = 12 * 60 + 12 = 732
Text14.Text = timediff = Text4.Text - Text2.Text
End Sub
|