08-30-2012, 12:27 PM
Hi,
I used the below code and it works fine for me:
Just make sure u passed the URL of application in datasheet
Regards,
Sankalp
I used the below code and it works fine for me:
Code:
DataTable.Import("D:\Book1.xls")
DataTable.SetCurrentRow 1
SystemUtil.Run DataTable("URL",dtGlobalSheet)
Just make sure u passed the URL of application in datasheet
Regards,
Sankalp