so I want it, if the user selects no, that the box will not be selected..I'm sure thats easyCode: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
what I have doesnt work (whats new)




Reply With Quote