Code:
Private Sub Check3_Click()
If Check3.Value = True Then
Timer1.Enabled = True
ElseIf Check3.Value = False Then
Timer1.Enabled = False
End If
End Sub
any reason that's wrong?
it's not starting the timer.