In a form1 have a treeview, with big numbers of child, children and node.
When i exit to the from1, (i'm on test) i use:
Private Sub Command1_Click()
Set Form1 = Nothing
Unload Me
End Sub
to exit and return to the ide, and have free access to the ide, the opertion , take a vry, very time!
When i exit to the from1, (i'm on test) i use:
Private Sub Command1_Click()
Set Form1 = Nothing
Unload Me
End Sub
to exit and return to the ide, and have free access to the ide, the opertion , take a vry, very time!