Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an assembly, them i embed an excel xlsx via object insert command, run the code below,
i = GoExcel.FindRow("Embedding 8", "Plan1", "DIAM_EIXO", "=", 200)
Then iLogic throws error:
GoExcel: Could not match the column title: "DIAM_EIXO"
As you see the start cell in fact have the same and correct name "DIAM_EIXO" and still not finding, already tried changing the column title name with no sucess too. But when i use a defined path excel, (PATH/Tambor.xlsx) instead of embeded one the same code works great.
Before i was getting similar error whit code not finding the "Plan1" worksheet, and suddenly it worked fine, after changing the name several times (non-sense at all)
Solved! Go to Solution.