parsing through the data table using variables rather than the row index/column index number
%exceldata['%rowindex']['columnindex]%
currentitem['columnname']
As I need to pass the variable on to a VBScript and cannot hardcode the values like currentitem[0][0]
I was doing it wrong, Figured it out.
Closing it.