I'm trying to close a user form with a button. On button click I get "Argument not optional" error - I have no idea why? Any advice would be appreciated.
VBA Code:
Private Sub cmdOK_Click()
Unload.Me
End Sub