12-18-2012, 02:54 AM
Code:
Function Export ()
'exporting the results to an excel sheet
Datatable.ExportSheet "C:\NewSheet.xls",2
Datatable.Value (1,2)= Browser
Datatable.Value (2,2)= Login
Datatable.Value (3,2)= Location
Datatable.Value (4,2)= name
Datatable.Value (5,2)= Results
Datatable.Value (6,2)= Record
End Function
Please help as how to export the values at the end of the script as this is not happening