Description
In this example GAMS runs only in the background. We use the vba version of the GDX API to write a GDX file from data defined in the spreadsheet. To solve the model we call the GAMS executable with a CreateProcess call out of vba.
Category : GAMS Data Utilities library
Main file : Sudoku.gms includes : Sudoku.gms sudoku.xlsm
$title Sudoku in Excel
$onText
In this example GAMS runs only in the background. We use the vba version of the
GDX API to write a GDX file from data defined in the spreadsheet. To solve the
model we call the GAMS executable with a CreateProcess call out of vba.
$offText
$callTool win32.msappavail Excel
$if errorlevel 1 $abort.noError "No Excel available"
$call "start sudoku.xlsm"