Hi.
In Excel VBA, I have this code:
It works in Excel. But in Access, I have the identical code, and it doesn't work. It gives me Run Time Error 361 - Can't load or unload this object.
Thanks for you help in advance,
- javanic -
In Excel VBA, I have this code:
Code:
Private Sub cmdExit_Click()
Unload frmMyForm
End Sub
It works in Excel. But in Access, I have the identical code, and it doesn't work. It gives me Run Time Error 361 - Can't load or unload this object.
Thanks for you help in advance,
- javanic -