Getting error while invoking VBA - Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

I am getting an error while invoking a VB code. The VB code is running fine but ends with the error.-> Invoke VBA: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

My Studio version is 2021.10.10

Looking for help!!!

@vidyasak If you’re using Excel VBA and have any add-ins enabled, try disabling them. Also re-register COM DLL files If you’re using COM components in your code ensure that the DLL files are correctly registered

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.