kdjonesmtb2
Technical User
Dim TESTNUM
TESTNUM=Trim(DataTable.Value("TESTNUM", dtLocalSheet))
This code does not work
If DataTable.GetCurrentRow=TESTNUM then
RunAction "Action1 [Append footer]", oneIteration
END IF
This code code kicks off the action if I hard code a value to have the Append action code run on row 3 of the DataTable
If DataTable.GetCurrentRow=3 then
RunAction "Action1 [Append footer]", oneIteration
END IF