i am having problem unloading forms in a menu
Printable View
i am having problem unloading forms in a menu
Could you be more specific?
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
Code:Private Sub mnuUnloadFromForm1_Click()
Unload Form2
Set Form2 = Nothing
End Sub
------------------
Marty