I have a Userform and in the Userform there are commandbuttons, and the code for each command button is a list of macros that delete certain fields of the contact. It works, but when I run it, it does it, but is does not close the Userform when I run it. So here the example of the code for a commandbutton and what do I add so when I run it, it does it and closes the Userform. Thanks much.
Private Sub CommandButton93_Click()
Delete_Status_Date_14_and_Status_14
Delete_Status_Date_15_and_Status_15
End Sub
Private Sub CommandButton93_Click()
Delete_Status_Date_14_and_Status_14
Delete_Status_Date_15_and_Status_15
End Sub