I am trying to utilize the excelexporttable() function to simply export a table from flexsim to an excel file, but it doesn't work with me as it works with excelimporttable() function.
Here's my code:
excelopen (FilePath);
excelsetsheet ("Sheet1");
excelexporttable ("Test" ,1,1,37,1);
excelclose (0);
What am I doing wrong here?
Thanks