There's another way, <font color="#00007F">If</font> you<font color="#007F00">'re interested....
</font>
<font color="#00007F">Declare</font> the API call (<font color="#00007F">In</font> API viewer, find the function CloseWindow) CloseWindow. <font color="#00007F">Then</font> run this:

[code]
<font color="#00007F">Private</font> <font color="#00007F">Sub</font> Command1_Click()
CloseWindow Form2.hWnd
<font color="#00007F">End</font> <font color="#00007F">Sub</font>