Forum Discussion
YMinaev
Staff
14 years agoHi,
This line is invalid. objName.rows(i).cells(0) doesn't have a 'FindChild' property. rbtn contains an empty value after this line.
rbtn = objName.rows(i).cells(0)["FindChild"];
This line is invalid. objName.rows(i).cells(0) doesn't have a 'FindChild' property. rbtn contains an empty value after this line.