Not sure of how to add this to my script, but my dilemma is I would like to add the row above in addition to the current row.
Right now the script in the "add row" button is:
Table1._Week.addInstance(0);
the row above is Table1._Above
How do I go about adding the row above to the script?
Thanks