PDA

View Full Version : Form Close



ksilenio
01-02-2020, 02:35 PM
Hi to everyone and a Happy New Year . I'd like to ask how can i close a form ( except the Hide method) completely . If it's possible
Regards

Logit
01-02-2020, 04:03 PM
Private Sub CommandButton1_Click()
Unload Me
End Sub



Goes in the UserForm activated by a commandbutton on the form.