Jul 2, 2001 #1 Zebadiah Technical User Apr 29, 2001 22 US I'd like to reassign the button on the upper right corner of the window (the X) from just closing the form, to closing the entire excel file. Any ideas?
I'd like to reassign the button on the upper right corner of the window (the X) from just closing the form, to closing the entire excel file. Any ideas?
Jul 2, 2001 #2 segmentationfault Programmer Jun 21, 2001 160 US Have you tried specifying the Terminate event? Private Sub UserForm_Terminate() MsgBox "See you later." End Sub Upvote 0 Downvote
Have you tried specifying the Terminate event? Private Sub UserForm_Terminate() MsgBox "See you later." End Sub