Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anybody know how to retrieve one or more values from a Spreadsheet as a list?
This code gets the first value: "FA87"
GearSupport = GoExcel.FindRow("P:\Inventor_Support\Design Configurations\Screw Conveyor Components.xlsx", "Gear Support", "Size", "=", "300", "Drive End", "=", "Pull") GearType = GoExcel.CurrentRowValue("Gear Type")
I am looking for a method to get the match(es) as a list like this:
FA87, KA87-Pos.A, KA87-Pos.B, FA97, KA97-Pos.A, KA97-Pos.B
Thomas
Solved! Go to Solution.