E
ExcelLars
I have a commandobutton that i what to close a userform.
This code will not work:
Private Sub CommandButton9_Click()
userform1.close
userform1.unload
End Sub
This code will not work:
Private Sub CommandButton9_Click()
userform1.close
userform1.unload
End Sub