I wrote a gams file that receives information by text files using the $include option and after solving the problem writes some text files with the solution of the problem
I also wrote an excel vba macro that writes those input text files for gams. But I now need to call gams from excel and wait for the output files that gams writes.
can any body provide the vba lines just to call gams (model file) ?