Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everyone,
When I open an addin (right-clic on its name | Open), the addin is opened and I can see the code in VBE. But the Addin is not "installed". In VBE, I cannot "close" it so that its name disappears from the VB environment. To do that, I have to close Excel and reopen it which is not very convenient. The problem is that I have many versions of a particular addin (in different folders) which I have to modify. but I cannot open another addin with the same name as one that is already loaded. I know how to list the addins that are installed but is there a way to list the addins that are listed in VBE? Also, is there a way to close such an addin without closing Excel? Thank you. -- Jac Tremblay |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I believe by installed, you are refering to the the list in Tools=Addins.
If you opened it, then it is as usable as any of the installed addins. To close it, in the immediate window of the VBE Workbooks("MyAddin.xla").Close True would be one way. -- Regards, Tom Ogilvy "Jac Tremblay" wrote in message ... Hi everyone, When I open an addin (right-clic on its name | Open), the addin is opened and I can see the code in VBE. But the Addin is not "installed". In VBE, I cannot "close" it so that its name disappears from the VB environment. To do that, I have to close Excel and reopen it which is not very convenient. The problem is that I have many versions of a particular addin (in different folders) which I have to modify. but I cannot open another addin with the same name as one that is already loaded. I know how to list the addins that are installed but is there a way to list the addins that are listed in VBE? Also, is there a way to close such an addin without closing Excel? Thank you. -- Jac Tremblay |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XLL addin not loaded! | Excel Programming | |||
Opening a workbook if not opened, going to it if already opened | Excel Programming | |||
Addin loaded but Macro not shown | Excel Programming | |||
Remove Excel AddIn from AddIn List !! Help | Excel Programming | |||
Can I set a spreadsheet so that when it is opened, a particular toolbar is loaded. | Excel Programming |