Removing Add-ins

Recently I had problems with an Excel Add-in that was still trying to run, and generating error messages, even after being removed from the add-in list and uninstalled.

After much searching and trying suggested methods that didn’t work, I finally found a method that did work at:

https://stackoverflow.com/questions/1946551/excel-add-in-doesnt-get-the-hint/1946607#1946607

Here are the steps:

  1. First, remove the addIn from Excel. After removing it, don’t reopen Excel yet
  2. Go to registry: Start -> Run -> regedit -> HKEY_CURRENT_USER\Software\Microsoft\Office\version\Excel\Options. Delete the registry of the addIn you want to remove. The data column will give you the hint.
  3. This is the key, remember to restart the computer to reset Excel. If you open Excel before the restart, it will register the AddIn in your registry again and you will need to start all over again

answered Feb 21, 2021 at 3:33

The original question was raised in 2009!

This entry was posted in Computing - general, Excel, Link to dll, Link to Python, VBA and tagged , , , , , , . Bookmark the permalink.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.