I have a 24-row table with 8 cells. I want to assign 18 "Cell8" from various rows into a variable and 9 "Cell8" in a different named variable that will allow me to control what shows in the text based on a button click. Yes, I can, and have done this with single lines of code assigned on the click event of the button, but there has got to be a way to do this without 27 individual click event entries per button. I can create a variable, that works, assigning only one cell to the named variable. However, I am drawing a blank on the operator to add additional cell SOM to the list. This is the variable with the single-cell assigned that works "var groupThreea = Table1.Row1.Cell8; this.resolveNode = (groupThreea).rawValue = "RDO"; ".. What am I missing to add another table.row.cell to the variable. I know it will be something simple that I should have known.
↧