Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() 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. -- tkaplan ------------------------------------------------------------------------ tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987 View this thread: http://www.excelforum.com/showthread...hreadid=478322 |
#2
![]() |
|||
|
|||
![]()
frmCenter.Hide
************ Anne Troy www.OfficeArticles.com "tkaplan" wrote in message ... 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. -- tkaplan ------------------------------------------------------------------------ tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987 View this thread: http://www.excelforum.com/showthread...hreadid=478322 |
#3
![]() |
|||
|
|||
![]() FYI - i tried: frmCenter.close frmCenter.exit frmCenter.terminate none of these worked. frmCenter.hide is not an option because there is code in the on terminate event. -- tkaplan ------------------------------------------------------------------------ tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987 View this thread: http://www.excelforum.com/showthread...hreadid=478322 |
#4
![]() |
|||
|
|||
![]() .hide just hides it- it is not equivilant to hitting the x in the corner. I have code that is running off of the on terminate event so this wont do it. -- tkaplan ------------------------------------------------------------------------ tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987 View this thread: http://www.excelforum.com/showthread...hreadid=478322 |
#5
![]() |
|||
|
|||
![]()
Unload me
????? tkaplan wrote: 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. -- tkaplan ------------------------------------------------------------------------ tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987 View this thread: http://www.excelforum.com/showthread...hreadid=478322 -- Dave Peterson |
#6
![]() |
|||
|
|||
![]() Thank you! That did it:) -- tkaplan ------------------------------------------------------------------------ tkaplan's Profile: http://www.excelforum.com/member.php...o&userid=22987 View this thread: http://www.excelforum.com/showthread...hreadid=478322 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I make a form number change everytime the form is opened | Excel Worksheet Functions | |||
Passing variables between a form and macro | New Users to Excel | |||
Display form from an VB application in Excel | Excel Discussion (Misc queries) | |||
Worksheet form design | Excel Discussion (Misc queries) | |||
Trying to delete form border, and it deletes all borders | Excel Discussion (Misc queries) |