Originally Posted by
Geek_Guest
Hello everybody,
I am new to automation, in learning stage. I have a small doubt. I wrote script for importing data from excel sheet to the datatable as follows:
DataTable.ImportSheet "path of the excel file" ,1,GlobalThis is working fine.
QTP is able to import data. But when i am trying to import the data into Local sheet i am unable to do that. Even if I change script the following way, i am not able to do: DataTable.ImportSheet "path of the excel file" ,1,Local ORDataTable.ImportSheet "path of the excel file" ,1,Action1
Please help me in this regard
Question asked by visitor venkateshwarrao