Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
j.brodersen
in reply to: GeorgK

Hi Georg,

 

if you try to get hold of a parameter from the excel file you have to use the English name for the Sheet since it's named like this in the file it self!

 

E.g.

Sub Main

Dim Path As String = "C:\..."
MultiValue.List("Test") = GoExcel.CellValues(Path+"\Thread.xls", "ISO Metric profile", "A4", "A10")

End Sub

will insert the Size in to the parameter "Test"

 

Hope that this helps you

 

regards

Johann