iLogic not finding sheet and column

iLogic not finding sheet and column

jonathan.victor
Advocate Advocate
727 Views
3 Replies
Message 1 of 4

iLogic not finding sheet and column

jonathan.victor
Advocate
Advocate

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"

 

jonathanvictor_0-1644101831087.png

 

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)

 

0 Likes
Accepted solutions (1)
728 Views
3 Replies
Replies (3)
Message 2 of 4

JelteDeJong
Mentor
Mentor
Accepted solution

have you seen this post


@MjDeck wrote:

How did you embed the spreadsheet? iLogic cannot find it if you use the Insert Object command. You have to embed it by using the Link button on the Parameters dialog.


I guess that you added the excel sheet in the wrong way.

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

Message 3 of 4

jonathan.victor
Advocate
Advocate

Thanks for reply, i'll see the post with more attention later

0 Likes
Message 4 of 4

mrc_cnt88
Community Visitor
Community Visitor

H

I'm having the same problem too, how did you solve it?

0 Likes