This is a bit of a guess...
You could try putting -N in the LDFLAGS section of your makefile. This lets the various memory 'sections' overspill into one another and allows more memory to be allocated as and when it is required.
I'm trying to speed up the performance of a spreadsheet by carrying out the various calculations in VBA using arrays rather than in the spreadsheet cells. From this I want to generate several charts to display the results.
Is there any way I can create the charts using the arrays in VBA rather...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.