all i have is the code for pause.
Code:
tmrWait.enabled= false
'--------ACTIVATE TIMER
Private Sub cmdstartTimer_Click()
Dim fields() As String
Dim hours As Long
Dim minutes As Long
Dim seconds As Long
fields = Split(txtduration.Text, ":")