Message 1 of 2
Find cell from multi-value parameter selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to create a part that is configured by a set of values in an excel spreadsheet. I will initially set a multi-value parameter "MoldingProfile" to a given column of cells.
MultiValue.List("MoldingProfile") = GoExcel.CellValues("3rd Party:Embedding 7", "Miter", "B2", "B33")
I would then like the other parameters to update based on the values related to that MoldingProfile value. For example, if Molding Profile 12610 is selected the thickness should update to 16.2mm and the width will be 56mm, etc.
I assume I need to set an increment value for each of the parameter rows and run a loop to populate the values, but how do I do that?
Thanks