Hi Andrea,
You can make use of the environment variable "TestIteration". You can write the code below:
Hope this helps!
You can make use of the environment variable "TestIteration". You can write the code below:
Code:
If Environment("TestIteration") = 1 Then
DataTable.Import("C:\File1.xls")
Else
DataTable.Import("C:\File2.xls")
End IfHope this helps!

