liamdocherty
New Member
- Joined
- Jan 1, 2019
- Messages
- 8
How can I add a message pop up when the user clicks on my quit macro to display are you sure you want to quit the spreadsheet? With two options saying 'yes' and 'cancel'?
Thank you!
Code:
Sub CloseButton()
Application.Quit
End Sub
Thank you!