Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Addin opened but not loaded

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Addin opened but not loaded

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
XLL addin not loaded! Tetsuya Oguma[_4_] Excel Programming 6 October 22nd 04 02:54 PM
Opening a workbook if not opened, going to it if already opened neotokyo[_3_] Excel Programming 0 September 24th 04 08:56 PM
Addin loaded but Macro not shown Blair C. Fonville Excel Programming 2 September 8th 04 04:26 PM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM
Can I set a spreadsheet so that when it is opened, a particular toolbar is loaded. Angus Comber[_2_] Excel Programming 1 November 7th 03 12:45 PM


All times are GMT +1. The time now is 07:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"