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 completely remove an add-in?

I know how to install an addin (e.g.
application.AddIns.Add("myaddin.xla",TRUE))

I also know how to install & un-install (Addin.Instal(TRUE)) - equivalent to
checking/unchecking the entry in Tools/Add-Ins dialog.

How do I completely remove an add-in so that it no longer gets listed in the
Tools/Add-Ins dialog ?

Many thanks

Steve Kearon


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default how to completely remove an add-in?

Hi Steve

Uncheck the Add-in in ToolsAdd-ins
Close Excel
Remove the Add-in from the Library folder(or other folder)
Open excel
Go to ToolsAdd-ins and click on the Add-in name

Click Yes to delete it



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Steve Kearon" wrote in message ...
I know how to install an addin (e.g.
application.AddIns.Add("myaddin.xla",TRUE))

I also know how to install & un-install (Addin.Instal(TRUE)) - equivalent to
checking/unchecking the entry in Tools/Add-Ins dialog.

How do I completely remove an add-in so that it no longer gets listed in the
Tools/Add-Ins dialog ?

Many thanks

Steve Kearon




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 860
Default how to completely remove an add-in?

Hi Steve,

You can remove the value corresponding to the add-in you wish to remove from
the following registry key (Excel 2002):

HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\E xcel\Add-in Manager

When an add-in is uninstalled (unchecked from add-ins list), the full path
to the add-in is added as a string (REG_SZ) value to the above key. That
way, Excel will keep it in the list of "installable" add-ins, and when you
recheck it, Excel will know where the add-in is located. Once the add-in is
uninstalled, the string value will be added. However, this seems to happen
only after Excel is closed the first time after uninstalling the add-in. So
once you've removed (unchecked) the add-in, you'll have to close Excel, then
remove the string value associated with that add-in from the above key.

Earlier versions of Excel will have similar keys, but they will be named
slightly differently.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]


Steve Kearon wrote:
I know how to install an addin (e.g.
application.AddIns.Add("myaddin.xla",TRUE))

I also know how to install & un-install (Addin.Instal(TRUE)) -
equivalent to checking/unchecking the entry in Tools/Add-Ins dialog.

How do I completely remove an add-in so that it no longer gets listed
in the Tools/Add-Ins dialog ?

Many thanks

Steve Kearon


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

uuuuuuuuuuuuuuuummmmmmmmmmmmmmmmmmmmm

yeah ...

but how do I do it programmatically (no user intervention) ?

thanks anyway

"Ron de Bruin" wrote in message
...
Hi Steve

Uncheck the Add-in in ToolsAdd-ins
Close Excel
Remove the Add-in from the Library folder(or other folder)
Open excel
Go to ToolsAdd-ins and click on the Add-in name

Click Yes to delete it



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Steve Kearon" wrote in message

...
I know how to install an addin (e.g.
application.AddIns.Add("myaddin.xla",TRUE))

I also know how to install & un-install (Addin.Instal(TRUE)) -

equivalent to
checking/unchecking the entry in Tools/Add-Ins dialog.

How do I completely remove an add-in so that it no longer gets listed in

the
Tools/Add-Ins dialog ?

Many thanks

Steve Kearon






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default how to completely remove an add-in?

OK, thanks

"Jake Marx" wrote in message
...
Hi Steve,

You can remove the value corresponding to the add-in you wish to remove

from
the following registry key (Excel 2002):

HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\E xcel\Add-in Manager

When an add-in is uninstalled (unchecked from add-ins list), the full path
to the add-in is added as a string (REG_SZ) value to the above key. That
way, Excel will keep it in the list of "installable" add-ins, and when you
recheck it, Excel will know where the add-in is located. Once the add-in

is
uninstalled, the string value will be added. However, this seems to

happen
only after Excel is closed the first time after uninstalling the add-in.

So
once you've removed (unchecked) the add-in, you'll have to close Excel,

then
remove the string value associated with that add-in from the above key.

Earlier versions of Excel will have similar keys, but they will be named
slightly differently.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]


Steve Kearon wrote:
I know how to install an addin (e.g.
application.AddIns.Add("myaddin.xla",TRUE))

I also know how to install & un-install (Addin.Instal(TRUE)) -
equivalent to checking/unchecking the entry in Tools/Add-Ins dialog.

How do I completely remove an add-in so that it no longer gets listed
in the Tools/Add-Ins dialog ?

Many thanks

Steve Kearon




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
My Value Axis will not display completely Almost Finished Charts and Charting in Excel 2 January 15th 08 12:39 PM
I am completely fed up!! kate Charts and Charting in Excel 2 May 22nd 07 04:22 PM
vlookup almost does this but not completely... newToExcel Excel Worksheet Functions 1 September 13th 05 01:07 AM
Completely Stumped ZimBoy Excel Discussion (Misc queries) 1 June 28th 05 11:39 AM
Completely Locked Out BlessedSoul Excel Discussion (Misc queries) 1 June 26th 05 11:16 PM


All times are GMT +1. The time now is 01:57 AM.

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"