11-07-2011, 01:28 PM
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 If
Hope this helps!