How can I check that Excel is ready for the next call with interop excel? (0x80010001 (RPC_E_CALL_REJECTED))
Currently I work on an excel automatization project and I got stuck in the following problem.
Usually when I set a formula in a range, it takes time while excel calculating it.
So when the program start the next call I get this error message: 0x80010001 (RPC_E_CALL_REJECTED).