Code:
Private Sub Check1_Click()
    If vbYes = MsgBox("Are you sure you want to Bring to front?", _
                      vbQuestion + vbYesNo, _
                      "Countdown Timer") Then
If vbNo Then
Check1.Click = False
End Sub
so I want it, if the user selects no, that the box will not be selected..I'm sure thats easy
what I have doesnt work (whats new)