In the continuing saga of rewriting this program, I have finally figured out what the previous programmer was doing. Part of what was happening was that a Mathematica list was being created out of cells in an Excel spreadsheet. For example,
Application.Run "MathDefine", "xv", Range(Cells(12...
I am currently working on translating a program out of Mathematica into VBA. The program uses a combination of Excel and VBA to pass data into Mathematica to do calculations and then back out to Excel. Due to a VBA limitation in the amount of variables that can be passed, the previous programmer...
I'm using CVF and am trying to get the basics of creating a DLL down so I can go on and do something bigger. I can get both the DLL and the EXE to compile properly. However, when I try to execute the program, it won't execute because it can't find the DLL. Here is my code for the program inside...
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.