Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 18.0.10 ]
I have been trying to understand the excel read range command i am getting error when i try to run in scrip console.
excelopen("File.xlsx"); excelsetsheet("Sheet1"); treenode myTable = node("Tools/GlobalTables/GlobalTable1>variables/data", model()); excelrangeread(myTable, 1, 1, 0, 0, EXCEL_DATA_AUTOMATIC|EXCEL_USE_COLUMNHEADERS);
The error is in the last command excelrangeread Can any one please let me know what is the error over here.
Solved! Go to Solution.