close form

  • Thread starter Thread starter Striker
  • Start date Start date
S

Striker

Supose I want to close a form. I put an EXIT buttion on the form. I just
want to close the form, no checking just unload or close the form

How do I do this in Excel 2007. What simple code goes in the button command
sub?
 
thats what I thought, but it does not work. Niether does frmMain.close.
2007 is a different animal.
 
It works in xl2007, your original post asking how to do was answered. You
have a different question as to why is does not work, so describe your
environment.

--

Regards,
Nigel
(e-mail address removed)
 
There are some differences in Excel2007, but not that much in VBA. Unload Me
should work if the code is in the form's code module. If you post the code
that is not working, it is easier for those offering assistance to see where
the problem might be.
 
OK, looks like I had a dot in there, that did not need to be there.
(Unload.Me) My memory must be failing me this is the way I rememberd it
from years past. Obviously I didn't remember it correct.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top