Thank you meck , However I already tired this . I also copied the row in Excel to another row and put it to TEXT format.
Format:
DimEXLTABAsString="SSH_rev01.xls"
MultiValue.List("Bohrbild_Oben")=GoExcel.CellValues(EXLTAB, "Tabelle1", "W25", "W35")
'MultiValue.SetList("Bohrbild_Oben", "B10130B6250", "B1086B60", "B10180B675", "B1075B6180")
'Bohrbild_Oben = "B10180B675"
'i = GoExcel.FindRow("3rd Party:Embedding 2", "Tabelle1", "Ausf2","=",Bohrbild_Oben)
i=GoExcel.FindRow(EXLTAB, "Tabelle1", "Auswahl","=",CStr(Bohrbild_Oben))
MessageBox.Show(i, Bohrbild_Oben)
' obere Platte
B1=GoExcel.CellValue(EXLTAB, "Tabelle1", "L"&i)
IfPlattenanzahl=1ThenB2=B6+2*B5ElseB2=GoExcel.CellValue(EXLTAB, "Tabelle1", "M"&i)
B3=GoExcel.CellValue(EXLTAB, "Tabelle1", "N"&i)
B4=GoExcel.CellValue(EXLTAB, "Tabelle1", "O"&i)
B5=GoExcel.CellValue(EXLTAB, "Tabelle1", "P"&i)
B6=GoExcel.CellValue(EXLTAB, "Tabelle1", "Q"&i)
B7=GoExcel.CellValue(EXLTAB, "Tabelle1", "R"&i)
B10=GoExcel.CellValue(EXLTAB, "Tabelle1", "S"&i)
Zeichnung=GoExcel.CellValue(EXLTAB, "Tabelle1", "A"&i)
'Unter Platte zum Aufschrauben auf Grundplatte
F6=120mm
F7=150mm
F8=150mm
F9=14.5mm
F10=120mm
'Extrusion
HT=LängeHT-UPlatteDick
| F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | B1 | B2 | B3 | B4 | B5 | B6 | B7 | B10 | BD | Hersteller | Type | Ausf2 | Ausf1 | Auswahl |
204605705205 | | | | | | | | | | | 230 | 40 | 10 | 10 | 20 | 250 | 50 | 130 | 12 | JC | | B10130B6250 | | B10130B6250 |
104093560XXX | | | | | | | | | | | 140 | 80 | 12 | 10 | 25 | 0 | 27 | 86 | 12 | Borg Warner | | B1086B60 | | B1086B60 |
104093560XXX | | | | | | | | | | | 210 | 100 | 10 | 10 | 13 | 75 | 15 | 180 | 15 | EB WED20 | | B10180B675 | | B10180B675 |
104093560XXX | | | | | | | | | | | 100 | 45 | 12 | 10 | 15 | 180 | 13 | 75 | 12 | EB WED20/A100 | | B1075B6180 | | B1075B6180 |
I also try to have the excel list embedded, but error was the same. Is there a bug because Office 2010 and INvento 2011 do not work together ? But then why does the multilist fill function work ?
Regards / Thank you
Timo