I generated an Excel Office-On-The-Web add-in using the Yeoman Generator. Every time I open a new workbook (Book1.xlsx) the add-in auto loads. Now I want to permanently delete the add-in.
But there is no add-in listed:
under Office Add-Ins in the Book1 workbook using: File > Add-ins > My Add-Ins (or Admin Managed)
in the registry as an "Open" branch in the path: Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Excel\Options
or in the Microsoft Admin Center (admin.microsoft.com) as a deployed app.
Tried the following to:
Delete an add-in that was deployed: https://learn.microsoft.com/en-us/microsoft-365/admin/manage/manage-addins-in-the-admin-center?view=o365-worldwide
Delete an add-in from the directory: %LOCALAPPDATA%\Microsoft\Office\16.0\Wef
per How to remove/delete inserted Yeoman Excel Developer Add-ins?Delete an add-in from the Microsoft Admin Center: admin.microsoft.com
I appreciate your help in removing that add-in. Thank you.