I have not to use dll as I am not passing any kind of data between excel and fortran.
I have tried several posts on net, describing such problem, but no was helpful except:
http://software.intel.com/en-us/forums/showthread.php?t=103198&p=1#175983
Any ways appreciate your response.
Hayat
Hello everybody,
I have a fortran.exe (compiled using intel visual fortan comipler 10.1.24 and VS 2005) which takes an input.dat file and generates output.dat.
Currently, I am trying to control fortran.exe execution with excel 2010 shell function. But it is not working properly.
The...