terminate a form

T

tkaplan

what is the coding to close a form:
user form named frmCenter. on click event of button i want to terminate
frmCenter.

Thanks in advance.
 
T

tkaplan

FYI - i tried:
frmCenter.close
frmCenter.exit
frmCenter.terminate

none of these worked. frmCenter.hide is not an option because there i
code in the on terminate event
 
T

tkaplan

.hide just hides it- it is not equivilant to hitting the x in th
corner. I have code that is running off of the on terminate event s
this wont do it
 
D

Dave Peterson

Unload me

?????


what is the coding to close a form:
user form named frmCenter. on click event of button i want to terminate
frmCenter.

Thanks in advance.
 
Top