got thru on error resume next
but for loop not able to proceed further....please help
Thanks Elango....got it
elango can you see the link below and please explain as what he is trying to do...
i also have a question regarding local sheet data and run time data and how to compare
https://www.learnqtp.com/forums/Thread-H...data-table
Elango,
Can you please go thru the link below and please tell me the difference and how we compare
https://www.learnqtp.com/forums/Thread-H...data-table
i imported and the data is in run time data...what is local data
Code:
datatable.ImportSheet "C:\Documents and Settings\Administrator\Desktop\excelblank.xls",1,"Action1"
paramcount=datatable.GetSheet("Action1").GetParameterCount
msgbox paramcount
on error resume next
val=DataTable("Result","Action1")
If err.number<> 0 then
MsgBox "Parameter does not exist"
datatable.GetSheet("Action1").AddParameter "results","Added"
Else
Msgbox "Parameter exists"
End If
but for loop not able to proceed further....please help
Thanks Elango....got it
elango can you see the link below and please explain as what he is trying to do...
i also have a question regarding local sheet data and run time data and how to compare
https://www.learnqtp.com/forums/Thread-H...data-table
Elango,
Can you please go thru the link below and please tell me the difference and how we compare
https://www.learnqtp.com/forums/Thread-H...data-table
i imported and the data is in run time data...what is local data