August 10th, 2009, 1:38 pm
Hi AllI have the following simple C++ program:double* __stdcall arr(int n){double *a=new double[n];for(int i=0;i<n;i++)a=1;return a;}I am compilinng the file and getting the DLL file. Could any one tell me how to call this function in VBA and how to use it excel? PS: I posted the query in technical forum and I was told to paste it here. I am sorry for the same.RegardsGaurav