Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exporting drop down values in Excel
#4
Solved: 10 Years, 10 Months ago
Hi
Change the code inside the j loop as:
Code:
t=Window("Flight Reservation").WinComboBox("Fly To:").GetItem(j)
DataTable.Value("to","output") = t
DataTable.SetCurrentRow(j+1)
If x <>t Then
Reporter.ReportEvent 0,"Res","Test Passed"
Else
Reporter.ReportEvent 1,"Res","Test Failed"
End If
DataTable.Value("from","output") = x
Next
Reply


Messages In This Thread
RE: Exporting drop down values in Excel - by KavitaPriyaCR - 11-02-2010, 10:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help for copying values from one excel to another excel vinodhiniqa 0 1,193 07-06-2017, 05:33 PM
Last Post: vinodhiniqa
  How import final calculated values by cell formula from Excel not the formula itself. qtped 1 4,728 01-17-2017, 04:05 PM
Last Post: sagar.raythatha
  Need to verify the drop down values based on condition santhoshmscsoftware 1 2,730 05-04-2016, 11:28 PM
Last Post: supputuri
Smile Importing Excel sheet - Reference Values are not recognized michiusa69 3 7,604 01-23-2015, 02:36 AM
Last Post: lkng2001
  Drag and drop issue excellentpawan123 0 2,618 01-13-2015, 05:04 PM
Last Post: excellentpawan123

Forum Jump:


Users browsing this thread: 1 Guest(s)