Basically just unload a form and set it to nothing.
Or you can set objects to nothing as well.


VB Code:
  1. Set Form1 = Nothing
  2. Unload Me