Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. adamanthaea

    Creating A 1-D Array From An Excel Spreadsheet

    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...
  2. adamanthaea

    Using A List Containing Variables In VBA

    Well, it's kind of hard to pry all of it apart, but I'll try to give an example. I am pretty sure that it's coming as a string, but part of the problem is that I'm not that familiar with the Mathematica language. From the VB: For compn = 1 To ncomp Sheet22.Activate 'Get column variables...
  3. adamanthaea

    Using A List Containing Variables In VBA

    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...
  4. adamanthaea

    Fortran EXE Cannot Find Fortran DLL

    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...

Part and Inventory Search

Back
Top