Been looking for answers all over and none of them work. I need Excel to completely quit when someone tries to close the UserForm.
Currently I have this:
Private Sub UserForm_Terminate() ThisWorkbook.Close SaveChanges = False Application.Quit End Sub