I have developed a dll in Fortran, and calls it from Excel. Normally this works very good.
If the dll crashes during execution (for example due to division by zero or some other problem) also Excel crashes down, without saving.
I have tried to add On Error Goto... before the call to the dll, but it does not work, if the dll crashes, Excel crashes too.
Is there another way to "keep Excel alive" if a called dll crashes?
Thanks for an excellent forum!!
If the dll crashes during execution (for example due to division by zero or some other problem) also Excel crashes down, without saving.
I have tried to add On Error Goto... before the call to the dll, but it does not work, if the dll crashes, Excel crashes too.
Is there another way to "keep Excel alive" if a called dll crashes?
Thanks for an excellent forum!!