Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to remove an add-in

Hi,
Anyone knows how to remove an add-in from the list of add-ins (Tools
AddIns) in Excel?

Sam



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 79
Default How to remove an add-in

Sam,

The simplest way manually is to delete or move the file that the add-in in
the list is pointing to while Excel is not running. Next time you try and
load the add-in Excel will say it can't find it and prompt to remove from
the list.

If it is in your add-ins folder move it out.

The more complex way is to look in the registry under the following keys

HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\E xcel\Options
where you will need to rename the OPENn keys if you remove one with another
above it so that they remain contiguous.

and

HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\E xcel\Add-in Manager
where I think you can just delete them.

To do it in code is tough since you need to access the registry directly and
deal with renaming the OPENn values.

Robin Hammond
www.enhanceddatasystems.com
Check out our XspandXL add-in


"samdesilva" wrote in message
...
Hi,
Anyone knows how to remove an add-in from the list of add-ins (Tools
AddIns) in Excel?

Sam



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to remove an add-in

Thanks, manually removing from the registry works.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to remove an add-in

Sam,

Another way to remove addins programatically is:
AddIns("My Add-In").Installed = False

Substitute the name of your add-in with "My Add-In".

Jack

"samdesilva" wrote in message
...
Hi,
Anyone knows how to remove an add-in from the list of add-ins (Tools
AddIns) in Excel?

Sam



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 79
Default How to remove an add-in

Jack,

Correct in that the installed = false will unload it, but it will not remove
it from the list of add-ins. The question on how to actually get it off the
list features here a lot.

Robin Hammond
www.enhanceddatasystems.com
Check out our XspandXL add-in


"Jack" wrote in message
news:BjNeb.10249$Rd4.6082@fed1read07...
Sam,

Another way to remove addins programatically is:
AddIns("My Add-In").Installed = False

Substitute the name of your add-in with "My Add-In".

Jack

"samdesilva" wrote in message
...
Hi,
Anyone knows how to remove an add-in from the list of add-ins (Tools
AddIns) in Excel?

Sam



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from

http://www.ExcelForum.com/







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 an excel link that break link won't remove brosull Excel Worksheet Functions 1 June 29th 09 06:34 PM
remove convert/extract the number from'12345.56; ie remove ' sign WAN Excel Worksheet Functions 2 January 10th 08 12:38 PM
How do I remove hyperlink if 'remove' option is disabled Vipul New Users to Excel 1 January 8th 08 02:34 PM
how to remove #DIV/0! kuansheng Excel Worksheet Functions 7 May 9th 06 03:54 AM
Is there a way to remove numbers w/o remove formulas Annette[_3_] Excel Programming 2 July 23rd 03 07:29 PM


All times are GMT +1. The time now is 10:49 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"