02-27-2008, 10:50 AM
Hi,
You can compare it.Suppose you have an excel file called Name.xls whose path is C:\New\Name.xls.Then you can import it by writing:
The file would be imported to your runtime data table formed which you can view in your result summary screen.Now you can use this value also and also yours local data sheet values and can compare them.
You can compare it.Suppose you have an excel file called Name.xls whose path is C:\New\Name.xls.Then you can import it by writing:
Code:
Data Table.Import("C:\new\Name.xls")