datatable.GetSheet("testSteps1").SetCurrentRow(i) Keyword=datatable("keyword","testSteps1") Data=datatable("data Next","testSteps1") Object=datatable("object","testSteps1") ' print Keyword&"-"&Data&"-"& Object If Keyword="openbrowser" Then result=openbrowser(data) End If If Keyword="navigate" Then result=Navigate(data) End If If Keyword="input" Then result=input(ObjNam,data) End If