Closed APL78 closed 1 year ago
First of all thanks for this excel Add-in. Very simple, very useful !
Then please star the project. It will give greater visibility!
Are you using the latest version of XLRisk. I thought that this addresses your issue. Please try the latest version and report back whether the issue still exists.
Should be fixed with the last couple of commits. Please test again.
First of all thanks for this excel Add-in. Very simple, very useful ! Here is the issue. when there is a lot of risk functions and a lot of iterations, Excel (MacOS version 16.34) crashes at the reports creation's step (ProduceCumulativeDistributions, ...), more precisely when creating the charts.
I had a look on Internet and found this: https://stackoverflow.com/questions/36232382/initializing-chart-object-in-crashes-vba .
So I inserted
R.Select
before eachSet NewChart = mOutSheet...
instruction and now it works fine for me.Cheers