Good Afternoon,

This may be a stupid question that I already know the answer to, but;
Is there any way to make a Cancel button on a userform exit the macro and hide the userform?

I know various code to do this when the userform is not modeless:

Private Sub CommandButton1_Click()
Unload Me
End
End Sub
But is there a cheeky way that I don't know about to make the cancel button operate when the form is loaded as modeless??