Count elapsed time between two times in one line of code.
Count elapsed time between two times in one line of code.
Rate Count elapsed time between two times in one line of code.
(2(2 Vote))
Label1.Caption = Time
End Sub
Private Sub Command2_Click()
Label2.Caption = Time
End Sub
Private Sub Command3_Click()
Form1.Caption = Format(TimeValue(Label2.Caption) - TimeValue _(Label1.Caption), "HH:MM:SS")
End Sub
Count elapsed time between two times in one line of code. Comments
No comments yet — be the first to post one!
Post a Comment