Hi,
I am having trouble getting Excel 2002 VBA to call a dll complied with MinGW Fortran complier. Any help on this particular problem and/or general places to go for help on this matter would be much appreciated.
Here is the Fortran Code I used:
============================================...
Joerd,
Thanks for the reply. To clarify I am working with an equation of state. I want to input Temperature and Volume and get back Pressure. I want to do this for an entire range of temperatures, volumes and output Pressure to a range in the spreadsheet.
You showed a case where there is a...
I am new to VBA and Excel and can't figure out how to loop through ranges. Basically, I have a calculation that takes two values (actually alot more but for example...) and returns one. I want to input the two values from two ranges and output to another range.
'input variable values
rangeA...