Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
OK found it!
Ctrl+G "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. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks. Faraz
You can refer the below link http://office.microsoft.com/en-us/ex...037321033.aspx 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. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just so you know:
Un check from ToolsAdd-In list (if you have browsed and installed your add-in) Uninstalls the add-in. To use it again you need to recheck it. OR from immediate window Workbooks("addinname.xla").Close This closes the add-in for the current Excel session only, and it will again be available when Excel is restarted. - Jon ------- Jon Peltier, Peltier Technical Services, Inc. http://PeltierTech.com/WordPress/ Advanced Excel Conference - June 17-18 2009 - Charting and Programming http://peltiertech.com/Training/2009...00906ACNJ.html _______ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why do all excel worksheets/workbooks close when I close one? | Excel Discussion (Misc queries) | |||
Addin Help | Excel Discussion (Misc queries) | |||
close button does not close | Excel Discussion (Misc queries) | |||
Excel shoud not close all active books when clicking close button | Excel Discussion (Misc queries) | |||
excel - Windows close button (x) should only close active workboo. | Setting up and Configuration of Excel |