View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
FARAZ QURESHI FARAZ QURESHI is offline
external usenet poster
 
Posts: 553
Default How to close an Addin?

Thanx Jacob! Nice 2 hear from u again!

However, what is immediate window???

"Jacob Skaria" wrote:

Un check from ToolsAdd-In list (if you have browsed and installed your add-in)

OR from immediate window

Workbooks("addinname.xla").Close

If this post helps click Yes
---------------
Jacob Skaria


"FARAZ QURESHI" wrote:

I have an AddIn installed and working. In mid of my work, if I need to close
the file how can I do so?

Thanx in advance.