11-05-2019
02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-05-2019
02:15 AM
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 Subwill insert the Size in to the parameter "Test"
Hope that this helps you
regards
Johann