Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I use an excel file to pass model parameters. I use the following command to get the exact row:
GoExcel.FindRow("TEST.xlsx", "Sheet1", "BORE", "=", BORE, "FLANGE_OD", "=", FLANGE_DIA, "COOLING_DISK", "=", COOLING_DISK)
The problem is that when I enter the wrong value of "BORE", it surprisingly doesn't return an error and continues to generate the model. The "BORE" value that I enter is not present in the excel sheet so how does it know which row to go to.
Solved! Go to Solution.