The code asks weather or not the user wish's to exit the application. Useful for any type of applic
The code asks weather or not the user wish's to exit the application. Useful for any type of application.
Rate The code asks weather or not the user wish's to exit the application. Useful for any type of applic
(1(1 Vote))
Dim strMsg As String
strMsg = MsgBox("Are you sure you wish to quit?", vbInformation + vbYesNo, "Exit")
If vbNo Then
Cancel = 1
End If
End Sub
The code asks weather or not the user wish's to exit the application. Useful for any type of applic Comments
No comments yet — be the first to post one!
Post a Comment