I have been able to fix this issue with internet search and ChatGPT.
Solution I implemented.
- Added ProgID as key to this HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Excel\Addins\YourServer.ProgID\
- Added these values under the key: Set LoadBehavior value to 3
- included HKEY_CLASSES_ROOT\CLSID{Your-RTD-GUID}\Implemented Categories{0002E005-0000-0000-C000-000000000046}: this value identifies the server as an excel add-in. add to whatever has been there.
- Ensure this also: HKEY_CLASSES_ROOT
I hope this helps someone.CLSID {Your-Server-GUID} InprocServer32 (Default) = C:\Path\To\Your\Server.dll ThreadingModel = Apartment LoadBehavior = 0x00000003 ProgID = Your.Server.ProgID