Hi,
I have written some code to export data from FlexSim to an Excel file.
This all works fine, the only thing I want to know is if I can check if an Excel sheet exists or not.
If you do excelsetsheet on a sheet that does not exist it throws a pop-up. I want to check if the sheet exists and if not create it with excelcreatesheet.
How can I check this without the pop-up msg?
Thank you,
Patrick