thanks, Shasur
I ended up having to change it a bit, but it works now :)
I can't believe I couldn't find the simple end command anywhere online!!!
Code:
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)
If CloseMode = 0 Then
End
End If
End Sub