November 16th, 2006, 7:59 pm
Hi, Could anyone let me how to solve my problem? thanks in advance1) In excel, I have an array of 8 elements ( from 6month up to 10 years interest rate curve) 2) In C++ Dll, in order to build a binomial tree, I create several arrays with the size of [120][120]apparently, when I called Dll from VBA, I got the error message of "Run time error '28', out of stack space"anyone knows how to solve this memory issue? thanks ( I did have a successful run of an interest rate curve up to 8 years, i.e. in C++ dll, I have several arrays with the size of [96][96])