Error: Cannot set value for the column '' because the row number (-1) is not valid
I have a data table with 2 rows from an import from Excel and am trying to extract some data. Reticle1name = :Reticle[1];//Reticle is a column Reticle2name = :Reticle[2]; Reticle1X= :Closest DUT# X[1];//Closest DUT# X is a column Reticle2X= :Closest DUT# X[2]; Reticle1Y= :Closest DUT# Y[1];//Closest DUT# Y is a column Reticle2Y= :Closest DUT# Y[2]; AlignmentBump= :Alignment Bump[1];//Alignment Bum...