Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to unload Excel Addin Application?

I create an Excel Addin application. When user use excel, the addin
application will auto load. How can I control the loading and unloading the
addin.
I use office 2003. thanks!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default How to unload Excel Addin Application?

Here's an example...

AddIns("Analysis ToolPak").Installed = True '''Use False to uninstall

Hth,
OJ

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to unload Excel Addin Application?

but my addin application is not created with VBA, it's created with vb.net,
so we can't find the addin application when use application.addins property.
our addin application will auto load when excel startup
"OJ" ????
oups.com...
Here's an example...

AddIns("Analysis ToolPak").Installed = True '''Use False to uninstall

Hth,
OJ



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default How to unload Excel Addin Application?

perhaps you should have mentioned that in your original post!! You said
"I use office 2003" not "i use VB.NET"..Or was it a trick
question???<bg

I would've thought that a VB.NET NG would be a better place to find
this out...

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to unload Excel Addin Application?

This article says:

Because Automation Add-ins are loaded on demand,

so maybe you want an automation addin

http://support.microsoft.com/default...b;en-us;291392
INFO: Excel COM Add-ins and Automation Add-ins

--
Regards,
Tom Ogilvy


"cherishman" wrote in message
...
but my addin application is not created with VBA, it's created with

vb.net,
so we can't find the addin application when use application.addins

property.
our addin application will auto load when excel startup
"OJ" ????
oups.com...
Here's an example...

AddIns("Analysis ToolPak").Installed = True '''Use False to uninstall

Hth,
OJ







  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default How to unload Excel Addin Application?

try application.COMAddins

"cherishman" wrote:

I create an Excel Addin application. When user use excel, the addin
application will auto load. How can I control the loading and unloading the
addin.
I use office 2003. thanks!



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
How do I remove (not unload) a user installed Excel add-in ? bill h Excel Discussion (Misc queries) 1 March 1st 10 09:16 PM
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene LunaMoon Excel Discussion (Misc queries) 0 July 28th 08 11:03 PM
Excel Won't Unload... Steven8R Excel Programming 3 October 20th 04 04:42 AM
How to unload a form in excel vba? Edward[_7_] Excel Programming 2 September 30th 04 04:39 PM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM


All times are GMT +1. The time now is 03:22 AM.

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

About Us

"It's about Microsoft Excel"