Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm reading data out of an Excel file using iLogic. I've noticed that while finding a row (GoExcel.FindRow) that the matching cell value has to have a matching case also. Is there a way to ignor the case and just match the text? I'm currently working around it by switching everything to upper case, but that is only so I can continue on. I really need to able to ignor the case.
Thanks,
Here's my code:
i = GoExcel.FindRow(DBLocation & "Bases.xlsx", "RefSheet", "ManSeriesBore", "=", BrgManSeriesBore)
Mike Eck
Master Drafter/ CAD Programmer
Using Inventor 2018
Master Drafter/ CAD Programmer
Using Inventor 2018
Solved! Go to Solution.