Close 2007 add-in from code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

In my Office 2007 excel add-in ribbon, I have a button for closing add-in.
What command shall I use for closing only this add-in and keeping excel open ?

Thanks a lot in advance!
 
If the code is in the addin, just use

ThisWorkbook.Close

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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